Merge remote-tracking branch 'origin/3.2' into 3.3

This commit is contained in:
Juergen Daubert 2016-08-19 12:51:46 +02:00
commit 8d3ffc1020
11 changed files with 13 additions and 18 deletions

View File

@ -1 +1 @@
2d19e28a0d24ff9f06fa98e28ceb1afd dhcpcd-6.11.2.tar.xz
d4f2f3ed4964197dee7767219c33a9df dhcpcd-6.11.3.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: eudev
name=dhcpcd
version=6.11.2
version=6.11.3
release=1
source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz)

View File

@ -1 +1 @@
cc108c19b1e1b5b2002fb0a9bcb2d077 LVM2.2.02.162.tgz
839702f282977b3cc2e6ddc5ef9d9907 LVM2.2.02.164.tgz

View File

@ -4,12 +4,12 @@
# Depends on: eudev util-linux
name=libdevmapper
version=1.02.132
version=1.02.133
release=1
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/releases/LVM2.2.02.162.tgz)
source=(http://mirrors.kernel.org/sources.redhat.com/lvm2/releases/LVM2.2.02.164.tgz)
build() {
cd LVM2.2.02.162
cd LVM2.2.02.164
./configure --prefix=/usr \
--exec-prefix= \

View File

@ -28,10 +28,6 @@ drwxr-xr-x root/root usr/lib/man-db/man-db/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/accessdb
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/man-db/
-rw-r--r-- root/root usr/share/doc/man-db/man-db-manual.ps
-rw-r--r-- root/root usr/share/doc/man-db/man-db-manual.txt
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/apropos.1.gz

View File

@ -5,7 +5,7 @@
name=man-db
version=2.7.5
release=1
release=2
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.xz \
mandb.cron)
@ -18,7 +18,7 @@ build() {
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/lib/tmpfiles.d
install -d $PKG/var/cache/man

View File

@ -1 +1 @@
e534e6ccc49107e5d31c329af798ef7d util-linux-2.28.tar.xz
e2d863efaf4fd330a42c5efe9f1b02b4 util-linux-2.28.1.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: eudev ncurses zlib
name=util-linux
version=2.28
version=2.28.1
release=1
source=(https://www.kernel.org/pub/linux/utils/$name/v2.28/$name-$version.tar.xz)

View File

@ -147,6 +147,7 @@ drwxr-xr-x root/root usr/share/vim/compiler/
-rw-r--r-- root/root usr/share/vim/compiler/xbuild.vim
-rw-r--r-- root/root usr/share/vim/compiler/xmllint.vim
-rw-r--r-- root/root usr/share/vim/compiler/xmlwf.vim
-rw-r--r-- root/root usr/share/vim/defaults.vim
-rw-r--r-- root/root usr/share/vim/delmenu.vim
drwxr-xr-x root/root usr/share/vim/doc/
-rw-r--r-- root/root usr/share/vim/doc/arabic.txt

View File

@ -1 +1 @@
66fdc62dea2e595d552f58d0ee90ec96 vim-7.4.1947.tar.xz
bd5a6647a4b15460df88b985db9684a9 vim-7.4.2225.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses acl
name=vim
version=7.4.1947
version=7.4.2225
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
@ -47,6 +47,4 @@ build () {
make VIMRTDIR=
make -j1 VIMRTDIR= DESTDIR=$PKG installvimbin
sed -i '/^packadd matchit/s/^/" /' $PKG/usr/share/vim/vimrc
}