From 2948b0163a1efea43b7867529ce65ad0cdba825a Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Wed, 5 Dec 2012 18:57:36 +1100 Subject: [PATCH 1/4] gkrellmL picked up dropped port --- gkrellm/.footprint | 19 +++++++++++++++++++ gkrellm/.md5sum | 1 + gkrellm/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 gkrellm/.footprint create mode 100644 gkrellm/.md5sum create mode 100644 gkrellm/Pkgfile diff --git a/gkrellm/.footprint b/gkrellm/.footprint new file mode 100644 index 000000000..8c8fe9eb4 --- /dev/null +++ b/gkrellm/.footprint @@ -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 diff --git a/gkrellm/.md5sum b/gkrellm/.md5sum new file mode 100644 index 000000000..1d141485a --- /dev/null +++ b/gkrellm/.md5sum @@ -0,0 +1 @@ +e43a9416a6975e3be63d591bdeb33b04 gkrellm-2.3.5.tar.bz2 diff --git a/gkrellm/Pkgfile b/gkrellm/Pkgfile new file mode 100644 index 000000000..d7fec2310 --- /dev/null +++ b/gkrellm/Pkgfile @@ -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 +} From b14c58d64be209ef8a9524fb2065fc586eb71b50 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Thu, 6 Dec 2012 17:44:28 +0100 Subject: [PATCH 2/4] dnsmasq: update to 2.64 --- dnsmasq/.md5sum | 2 +- dnsmasq/Pkgfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index bfb830d5d..1ca6ecf2e 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq -46b2b2dceddab5553b9211b5cbc9d73e dnsmasq-2.63.tar.xz +2bbf1c7bf708abfed52e59101f796fe2 dnsmasq-2.64.tar.xz 7849643871a6de02fd04214fef307248 dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 70f1ff0c2..ac250d037 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -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 From 2b015cd22dae9b8245495d74efdf243d6d4b4bec Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 8 Dec 2012 10:26:18 +1100 Subject: [PATCH 3/4] wine: 1.5.18 -> 1.5.19 --- wine/.footprint | 6 ++++++ wine/.md5sum | 2 +- wine/Pkgfile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wine/.footprint b/wine/.footprint index 895fe532d..ffc214477 100644 --- a/wine/.footprint +++ b/wine/.footprint @@ -100,8 +100,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 @@ -751,6 +753,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 @@ -894,6 +897,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 @@ -1441,6 +1445,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 @@ -1493,6 +1498,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 diff --git a/wine/.md5sum b/wine/.md5sum index a937791b0..55f949054 100644 --- a/wine/.md5sum +++ b/wine/.md5sum @@ -1,3 +1,3 @@ -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 diff --git a/wine/Pkgfile b/wine/Pkgfile index 19d394e85..e41b82fdf 100644 --- a/wine/Pkgfile +++ b/wine/Pkgfile @@ -5,7 +5,7 @@ # Depends on: fontconfig fontforge freeglut gnutls lcms mpg123 openal xorg-libxcomposite xorg-libxcursor xorg-libxinerama xorg-libxrandr xorg-libxxf86dga 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 From 3cd10abf41cb4cd43d8e606047b0be291f7f4898 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 8 Dec 2012 18:45:33 +0100 Subject: [PATCH 4/4] fix deps, util-linux-ng -> util-linux, thanks pitillo --- apr/Pkgfile | 2 +- cryptsetup/Pkgfile | 2 +- ghostscript/Pkgfile | 2 +- nfs-utils/Pkgfile | 2 +- parted/Pkgfile | 2 +- task/Pkgfile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apr/Pkgfile b/apr/Pkgfile index f27d7a4ab..b4b5680be 100644 --- a/apr/Pkgfile +++ b/apr/Pkgfile @@ -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 diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 84bd5436d..2aa2d95b4 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -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 diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 8b5c0e021..afd9d5ebf 100644 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -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 diff --git a/nfs-utils/Pkgfile b/nfs-utils/Pkgfile index 0138e8d66..3f09d5b98 100644 --- a/nfs-utils/Pkgfile +++ b/nfs-utils/Pkgfile @@ -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 diff --git a/parted/Pkgfile b/parted/Pkgfile index c4d87d6bd..2780c3902 100644 --- a/parted/Pkgfile +++ b/parted/Pkgfile @@ -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 diff --git a/task/Pkgfile b/task/Pkgfile index 17d6f26d6..110b01902 100644 --- a/task/Pkgfile +++ b/task/Pkgfile @@ -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