Merge branch '2.8' into 3.0
This commit is contained in:
commit
55b425fa7b
@ -1,7 +1,7 @@
|
||||
# Description: Apache Portable Runtime library
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# URL: http://apr.apache.org/
|
||||
# Depends on: util-linux-ng, expat, db, gdbm
|
||||
# Depends on: util-linux, expat, db, gdbm
|
||||
|
||||
name=apr
|
||||
version=1.4.6
|
||||
|
@ -2,7 +2,7 @@
|
||||
# URL: http://code.google.com/p/cryptsetup/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Tilman Sauerbeck, tilman at crux dot nu
|
||||
# Depends on: libdevmapper, util-linux-ng, libgcrypt, popt
|
||||
# Depends on: libdevmapper, util-linux, libgcrypt, popt
|
||||
|
||||
name=cryptsetup
|
||||
version=1.5.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
|
||||
46b2b2dceddab5553b9211b5cbc9d73e dnsmasq-2.63.tar.xz
|
||||
2bbf1c7bf708abfed52e59101f796fe2 dnsmasq-2.64.tar.xz
|
||||
7849643871a6de02fd04214fef307248 dnsmasq-config.patch
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
|
||||
name=dnsmasq
|
||||
version=2.63
|
||||
version=2.64
|
||||
release=1
|
||||
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \
|
||||
$name-config.patch dnsmasq)
|
||||
@ -11,7 +11,6 @@ source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \
|
||||
build () {
|
||||
cd $name-$version
|
||||
|
||||
sed -i 's/rc6//' VERSION
|
||||
patch -p1 -i $SRC/$name-config.patch
|
||||
|
||||
make
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Postscript interpreter
|
||||
# URL: http://www.ghostscript.com
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: util-linux-ng, cups, fontconfig, xorg-libxt, xorg-libxext
|
||||
# Depends on: util-linux, cups, fontconfig, xorg-libxt, xorg-libxext
|
||||
|
||||
name=ghostscript
|
||||
version=9.06
|
||||
|
19
gkrellm/.footprint
Normal file
19
gkrellm/.footprint
Normal file
@ -0,0 +1,19 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gkrellm
|
||||
-rwxr-xr-x root/root usr/bin/gkrellmd
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/gkrellm2/
|
||||
-rw-r--r-- root/root usr/include/gkrellm2/gkrellm-public-proto.h
|
||||
-rw-r--r-- root/root usr/include/gkrellm2/gkrellm.h
|
||||
-rw-r--r-- root/root usr/include/gkrellm2/gkrellmd.h
|
||||
-rw-r--r-- root/root usr/include/gkrellm2/log.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/gkrellm2/
|
||||
drwxr-xr-x root/root usr/lib/gkrellm2/plugins/
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/gkrellm.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/gkrellm.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/gkrellmd.1.gz
|
1
gkrellm/.md5sum
Normal file
1
gkrellm/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e43a9416a6975e3be63d591bdeb33b04 gkrellm-2.3.5.tar.bz2
|
18
gkrellm/Pkgfile
Normal file
18
gkrellm/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: GTK+ system monitor and more.
|
||||
# URL: http://freecode.com/projects/gkrellm
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Daniel Mueller, daniel at danm dot de
|
||||
# Depends on: gtk lm_sensors util-linux
|
||||
|
||||
name=gkrellm
|
||||
version=2.3.5
|
||||
release=2
|
||||
source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
export PREFIX=/usr
|
||||
make enable_nls=0 SYS_LIBS+=-lgmodule-2.0
|
||||
make enable_nls=0 DESTDIR=$PKG MANDIR=$PKG/usr/man/man1 install
|
||||
install -d $PKG/usr/lib/gkrellm2/plugins
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
# Description: NFS utilities
|
||||
# URL: http://nfs.sourceforge.net/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: util-linux-ng tcp_wrappers libcap rpcbind libnfsidmap libevent keyutils
|
||||
# Depends on: util-linux tcp_wrappers libcap rpcbind libnfsidmap libevent keyutils
|
||||
|
||||
name=nfs-utils
|
||||
version=1.2.7
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: A library and frontend to manipulate partition tables
|
||||
# URL: http://www.gnu.org/software/parted/
|
||||
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: libdevmapper, readline, udev, util-linux-ng
|
||||
# Depends on: libdevmapper, readline, udev, util-linux
|
||||
|
||||
name=parted
|
||||
version=3.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Description: Powerful task manager for the command-line
|
||||
# URL: http://taskwarrior.org/projects/show/taskwarrior/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: util-linux-ng cmake
|
||||
# Depends on: util-linux cmake
|
||||
|
||||
name=task
|
||||
version=2.1.2
|
||||
|
@ -102,8 +102,10 @@ drwxr-xr-x root/root usr/include/wine/windows/
|
||||
-rw-r--r-- root/root usr/include/wine/windows/asptlb.idl
|
||||
-rw-r--r-- root/root usr/include/wine/windows/asynot.idl
|
||||
-rw-r--r-- root/root usr/include/wine/windows/asysta.idl
|
||||
-rw-r--r-- root/root usr/include/wine/windows/atlbase.h
|
||||
-rw-r--r-- root/root usr/include/wine/windows/atliface.h
|
||||
-rw-r--r-- root/root usr/include/wine/windows/atliface.idl
|
||||
-rw-r--r-- root/root usr/include/wine/windows/atlwin.h
|
||||
-rw-r--r-- root/root usr/include/wine/windows/audevcod.h
|
||||
-rw-r--r-- root/root usr/include/wine/windows/audioclient.h
|
||||
-rw-r--r-- root/root usr/include/wine/windows/audioclient.idl
|
||||
@ -753,6 +755,7 @@ drwxr-xr-x root/root usr/lib/wine/
|
||||
-rwxr-xr-x root/root usr/lib/wine/appwiz.cpl.so
|
||||
-rwxr-xr-x root/root usr/lib/wine/aspnet_regiis.exe.so
|
||||
-rwxr-xr-x root/root usr/lib/wine/atl.dll.so
|
||||
-rwxr-xr-x root/root usr/lib/wine/atl100.dll.so
|
||||
-rwxr-xr-x root/root usr/lib/wine/atl80.dll.so
|
||||
-rwxr-xr-x root/root usr/lib/wine/attrib.exe.so
|
||||
-rwxr-xr-x root/root usr/lib/wine/authz.dll.so
|
||||
@ -887,6 +890,7 @@ drwxr-xr-x root/root usr/lib/wine/fakedlls/
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/appwiz.cpl
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/aspnet_regiis.exe
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/atl.dll
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/atl100.dll
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/atl80.dll
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/attrib.exe
|
||||
-rw-r--r-- root/root usr/lib/wine/fakedlls/authz.dll
|
||||
@ -1364,6 +1368,7 @@ drwxr-xr-x root/root usr/lib/wine/fakedlls/
|
||||
-rw-r--r-- root/root usr/lib/wine/libadvapi32.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libadvpack.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libatl.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libatl100.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libavicap32.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libavifil32.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libavrt.def
|
||||
@ -1416,6 +1421,7 @@ drwxr-xr-x root/root usr/lib/wine/fakedlls/
|
||||
-rw-r--r-- root/root usr/lib/wine/libglu32.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libhid.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libhlink.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libhtmlhelp.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libieframe.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libimagehlp.def
|
||||
-rw-r--r-- root/root usr/lib/wine/libimm32.def
|
||||
|
@ -1,4 +1,4 @@
|
||||
6d7c2a55673423b7318db392ba7a7da9 wine-1.5.18.tar.bz2
|
||||
713ad4e383abf4288c48c3cf9743a503 wine-1.5.19.tar.bz2
|
||||
a79eb547bcb562aea5c7096bc97fff11 wine-mono-0.0.8.msi
|
||||
c2f19f07e399d8b9d75a14f37fdddca7 wine_gecko-1.8-x86.msi
|
||||
5ce40ef8e3fd56d2c8c4e8d938f10f7b wine_gecko-1.8-x86_64.msi
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: fontconfig-32 freeglut-32 xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 alsa-lib-32 libpng-32 libjpeg-32 prelink
|
||||
|
||||
name=wine
|
||||
version=1.5.18
|
||||
version=1.5.19
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/wine/$name-$version.tar.bz2
|
||||
http://downloads.sourceforge.net/wine/wine_gecko-1.8-x86.msi
|
||||
|
Loading…
x
Reference in New Issue
Block a user