Merge branch '2.4' into 2.5
Conflicts: samba/Pkgfile
This commit is contained in:
commit
c371a6bae7
15
iso-codes/.footprint
Normal file
15
iso-codes/.footprint
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/iso-codes.pc
|
||||||
|
drwxr-xr-x root/root usr/share/
|
||||||
|
drwxr-xr-x root/root usr/share/iso-codes/
|
||||||
|
-rw-r--r-- root/root usr/share/iso-codes/iso_3166.tab
|
||||||
|
-rw-r--r-- root/root usr/share/iso-codes/iso_639.tab
|
||||||
|
drwxr-xr-x root/root usr/share/xml/
|
||||||
|
drwxr-xr-x root/root usr/share/xml/iso-codes/
|
||||||
|
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_3166.xml
|
||||||
|
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_3166_2.xml
|
||||||
|
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_4217.xml
|
||||||
|
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639.xml
|
||||||
|
-rw-r--r-- root/root usr/share/xml/iso-codes/iso_639_3.xml
|
1
iso-codes/.md5sum
Normal file
1
iso-codes/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
e0445c4cf79b81f119c00688f3f416b6 iso-codes-1.0.tar.bz2
|
18
iso-codes/Pkgfile
Normal file
18
iso-codes/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Description: ISO Country/Language/Currency codes
|
||||||
|
# URL: http://pkg-isocodes.alioth.debian.org/
|
||||||
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||||
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||||
|
# Depends on: gettext
|
||||||
|
|
||||||
|
name=iso-codes
|
||||||
|
version=1.0
|
||||||
|
release=1
|
||||||
|
source=(http://crux.nu/files/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make pkgconfigdir=/usr/lib/pkgconfig DESTDIR=$PKG install
|
||||||
|
rm -rf $PKG/usr/share/locale
|
||||||
|
}
|
17
libxklavier/.footprint
Normal file
17
libxklavier/.footprint
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/libxklavier/
|
||||||
|
-rw-r--r-- root/root usr/include/libxklavier/xkl_config_item.h
|
||||||
|
-rw-r--r-- root/root usr/include/libxklavier/xkl_config_rec.h
|
||||||
|
-rw-r--r-- root/root usr/include/libxklavier/xkl_config_registry.h
|
||||||
|
-rw-r--r-- root/root usr/include/libxklavier/xkl_engine.h
|
||||||
|
-rw-r--r-- root/root usr/include/libxklavier/xkl_engine_marshal.h
|
||||||
|
-rw-r--r-- root/root usr/include/libxklavier/xklavier.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rwxr-xr-x root/root usr/lib/libxklavier.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libxklavier.so -> libxklavier.so.12.2.0
|
||||||
|
lrwxrwxrwx root/root usr/lib/libxklavier.so.12 -> libxklavier.so.12.2.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libxklavier.so.12.2.0
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/libxklavier.pc
|
||||||
|
drwxr-xr-x root/root usr/share/
|
1
libxklavier/.md5sum
Normal file
1
libxklavier/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
e4f1b9e600c4159f39d38ab94d56cf9b libxklavier-3.8.tar.bz2
|
22
libxklavier/Pkgfile
Normal file
22
libxklavier/Pkgfile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Description: utility library for X keyboard-related projects
|
||||||
|
# URL: http://freedesktop.org/Software/LibXklavier
|
||||||
|
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||||
|
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||||
|
# Depends on: libxml2, iso-codes
|
||||||
|
|
||||||
|
name=libxklavier
|
||||||
|
version=3.8
|
||||||
|
release=1
|
||||||
|
source=(http://download.gnome.org/sources/$name/$version/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--disable-static \
|
||||||
|
--disable-doxygen \
|
||||||
|
--with-xkb-base=/etc/X11/xkb \
|
||||||
|
--with-x
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
rm -rf $PKG/usr/share/gtk-doc
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
e4badb4a8ded4344ba0fa785883955d8 mdadm-2.6.7.2.tar.gz
|
bcc30968711a078387fba44867eb7a23 mdadm-2.6.8.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
|
||||||
|
|
||||||
name=mdadm
|
name=mdadm
|
||||||
version=2.6.7.2
|
version=2.6.8
|
||||||
release=1
|
release=1
|
||||||
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.gz)
|
source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
448caca4745aef1a842f4fdb1aa62e1e samba
|
448caca4745aef1a842f4fdb1aa62e1e samba
|
||||||
7870a6bb3a025c6081cd56688acd494a samba-3.2.4.tar.gz
|
0f7539e09803ae60a2912e70adf1c747 samba-3.2.5.tar.gz
|
||||||
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch
|
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# Depends on: ncurses, readline
|
# Depends on: ncurses, readline
|
||||||
|
|
||||||
name=samba
|
name=samba
|
||||||
version=3.2.4
|
version=3.2.5
|
||||||
release=2
|
release=1
|
||||||
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
|
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
|
||||||
samba-config.patch samba)
|
samba-config.patch samba)
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
39ad053838c4b975e69b965512f7d925 sqlite-3.6.6.tar.gz
|
23cd36188f21d427d45191d317bcbcd5 sqlite-3.6.6.2.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Depends on: ncurses, readline
|
# Depends on: ncurses, readline
|
||||||
|
|
||||||
name=sqlite3
|
name=sqlite3
|
||||||
version=3.6.6
|
version=3.6.6.2
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://www.sqlite.org/sqlite-$version.tar.gz)
|
source=(http://www.sqlite.org/sqlite-$version.tar.gz)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user