[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Wed Jun 3 22:26:19 UTC 2009
Date: Wednesday, June 3, 2009 @ 18:26:19
Author: pierre
Revision: 41406
include kdelibs-experimental for now
Modified:
kdelibs/kde-unstable/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-03 22:25:52 UTC (rev 41405)
+++ PKGBUILD 2009-06-03 22:26:19 UTC (rev 41406)
@@ -16,15 +16,19 @@
replaces=('arts')
options=('docs')
install='kdelibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}{,-experimental}-${pkgver}.tar.bz2
'kde-applications-menu.patch' 'archlinux-menu.patch')
md5sums=('49ddb0f7a20fb2141c2f284df84cb1e2'
+ 'd484c2080b835e06f2793858a8e68e58'
'e94450ba5430ea9c1e33bad9ae38ca2d'
'a6b31e1e5812340f010ef4cdd77e356c')
build() {
cd $srcdir/${pkgname}-${pkgver}
+ # include kdelibs-experimental for now
+ mv $srcdir/${pkgname}-experimental-${pkgver} experimental
+
# avoid file conflict with gnome-menu
patch -p1 -i $srcdir/kde-applications-menu.patch
# add Archlinux menu entry
More information about the arch-commits
mailing list