diff options
author | sibel sibel <lesibel@free.fr> | 2010-02-11 22:39:57 +0100 |
---|---|---|
committer | sibel sibel <lesibel@free.fr> | 2010-02-11 22:39:57 +0100 |
commit | 24cdd7ef00d72b7c245629c8f62da722d7491dc7 (patch) | |
tree | 0dfd8f2c9dc29b569617dd1957727f0113d1e849 | |
parent | 73756f26e7fc29d77c6f1555bf79a82dc61c6bef (diff) | |
download | nutyx-pakxe-24cdd7ef00d72b7c245629c8f62da722d7491dc7.tar.gz nutyx-pakxe-24cdd7ef00d72b7c245629c8f62da722d7491dc7.tar.bz2 nutyx-pakxe-24cdd7ef00d72b7c245629c8f62da722d7491dc7.tar.xz nutyx-pakxe-24cdd7ef00d72b7c245629c8f62da722d7491dc7.zip |
Maj kdeadmin#4.4.0-1
-rw-r--r-- | kde/kdeadmin/.md5sum | 2 | ||||
-rwxr-xr-x | kde/kdeadmin/Pkgfile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kde/kdeadmin/.md5sum b/kde/kdeadmin/.md5sum index 4c8651252..9eb806568 100644 --- a/kde/kdeadmin/.md5sum +++ b/kde/kdeadmin/.md5sum @@ -1,2 +1,2 @@ -082537af4bd47ea9006ff4fd4e9bd7af kdeadmin-4.3.5.tar.bz2 +a5fb36416b210e825db011c66a5695d3 kdeadmin-4.4.0.tar.bz2 0c96286ebc50815b28878a1e21bcb71e nutyx-2008.patch diff --git a/kde/kdeadmin/Pkgfile b/kde/kdeadmin/Pkgfile index 521eefcc3..4d16d8ec6 100755 --- a/kde/kdeadmin/Pkgfile +++ b/kde/kdeadmin/Pkgfile @@ -2,16 +2,16 @@ # URL: http://www.kde.org # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: kdelibs, kdebase-runtime, kdepimlibs +# Depends on: kdelibs, kdebase-runtime, kdepimlibs, pycups, pyqt name=kdeadmin -version=4.3.5 +version=4.4.0 release=1 source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2\ nutyx-2008.patch) build() { cd $name-$version - patch -Np1 -i ../nutyx-2008.patch +# patch -Np1 -i ../nutyx-2008.patch sed -i "/kpackage/d" CMakeLists.txt mkdir build cd build |