Date: Monday, May 28, 2012 @ 10:13:54
  Author: andyrtr
Revision: 160046

upgpkg: xdg-utils 1.1.0-2.20120520

make sure scripts are properly rebuilt FS#30025

Modified:
  xdg-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-05-28 14:12:38 UTC (rev 160045)
+++ PKGBUILD    2012-05-28 14:13:54 UTC (rev 160046)
@@ -4,7 +4,7 @@
 pkgname=xdg-utils
 pkgver=1.1.0
 _gitdate=20120520
-pkgrel=0.${_gitdate}
+pkgrel=2.${_gitdate}
 pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
 arch=('any')
 url="http://portland.freedesktop.org/";
@@ -18,17 +18,15 @@
             'pcmanfm: for LXDE support in xdg-open'
             'perl-file-mimeinfo: for generic support in xdg-open')
 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.${_gitdate}.tar.gz
  # last git commit 2012-03-10 13:55:24 (GMT) allow DESKTOP_SESSION='Xfce 
Session' to match xfce
-               xfce-detection.diff)
-md5sums=('4e37d65322dbc4763e85b8ba461f919b'
-         '061c85755b9f3ca8a8cc847518b6be3d')
+)
+md5sums=('4e37d65322dbc4763e85b8ba461f919b')
 
 build() {
        cd ${srcdir}/${pkgname}-5be359a49d4d8dc3c5f814ab89b8422ad522d837
-       # disable patch for now, the grep upstream issue is solved as fixed and 
lots of xfce related commits should have fixed this
-       #patch -p0 -i "${srcdir}"/xfce-detection.diff
        ./configure --prefix=/usr --mandir=/usr/share/man
-       make -C scripts
-       make
+       make scripts-clean -C scripts # needed if it's a git snapshot
+       make man scripts -C scripts # needed if it's a git snapshot
+#      make # for release builds
 }
 
 package() {

Reply via email to