[arch-commits] Commit in libdbusmenu-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 1 08:25:23 UTC 2014


    Date: Saturday, March 1, 2014 @ 09:25:23
  Author: andrea
Revision: 206555

archrelease: copy trunk to extra-x86_64

Added:
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD
    (from rev 206554, libdbusmenu-qt/trunk/PKGBUILD)
Deleted:
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-01 08:25:09 UTC (rev 206554)
+++ PKGBUILD	2014-03-01 08:25:23 UTC (rev 206555)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.2
-pkgrel=2
-pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/libdbusmenu-qt"
-license=('GPL')
-depends=('qt4')
-makedepends=('cmake' 'doxygen' 'qjson')
-source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
-
-build() {
-  . /etc/profile.d/qt4.sh
-
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdbusmenu-qt/repos/extra-x86_64/PKGBUILD (from rev 206554, libdbusmenu-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-01 08:25:23 UTC (rev 206555)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/libdbusmenu-qt"
+license=('GPL')
+depends=('qt4')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=("http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list