[arch-commits] Commit in lib32-sni-qt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sat Jan 31 11:48:08 UTC 2015
Date: Saturday, January 31, 2015 @ 12:48:07
Author: bluewind
Revision: 126855
archrelease: copy trunk to multilib-x86_64
Added:
lib32-sni-qt/repos/multilib-x86_64/PKGBUILD
(from rev 126854, lib32-sni-qt/trunk/PKGBUILD)
Deleted:
lib32-sni-qt/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-31 11:48:04 UTC (rev 126854)
+++ PKGBUILD 2015-01-31 11:48:07 UTC (rev 126855)
@@ -1,44 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-# vercheck-pkgbuild: auto
-# vercheck-ubuntu: name=sni-qt, repo=utopic
-
-pkgname=lib32-sni-qt
-pkgver=0.2.6
-pkgrel=4
-pkgdesc="A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators) (32-bit)"
-arch=(x86_64)
-url="https://launchpad.net/sni-qt"
-license=(GPL)
-depends=(sni-qt lib32-libdbusmenu-qt lib32-qt4)
-makedepends=(cmake gcc-multilib)
-source=("http://launchpad.net/sni-qt/trunk/${pkgver}/+download/sni-qt-${pkgver}.tar.bz2"{,.asc})
-validpgpkeys=(45C43F82329D77F384214CCABEED35A5EEE34473)
-md5sums=('e84c66e776f7c22c961817387f618c81'
- 'SKIP')
-
-build() {
- cd "sni-qt-${pkgver}"
-
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
- # XXX: Use the correct qconfig.h. This is probably not optimal, but it seems
- # to work well enough.
- export CFLAGS="$(pkg-config --cflags QtCore) ${CFLAGS}"
- export CXXFLAGS="$(pkg-config --cflags QtCore) ${CXXFLAGS}"
-
- cmake . \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DQT_PLUGINS_DIR=/usr/lib32/qt/plugins
-
- make
-}
-
-package() {
- cd "sni-qt-${pkgver}"
- make DESTDIR="${pkgdir}/" install
-}
Copied: lib32-sni-qt/repos/multilib-x86_64/PKGBUILD (from rev 126854, lib32-sni-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-31 11:48:07 UTC (rev 126855)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+# vercheck-pkgbuild: auto
+# vercheck-ubuntu: name=sni-qt, repo=utopic
+
+pkgname=lib32-sni-qt
+pkgver=0.2.6
+pkgrel=5
+pkgdesc="A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems (appindicators) (32-bit)"
+arch=(x86_64)
+url="https://launchpad.net/sni-qt"
+license=(GPL)
+depends=(sni-qt lib32-libdbusmenu-qt lib32-qt4)
+makedepends=(cmake gcc-multilib)
+source=("http://launchpad.net/sni-qt/trunk/${pkgver}/+download/sni-qt-${pkgver}.tar.bz2"{,.asc})
+validpgpkeys=(45C43F82329D77F384214CCABEED35A5EEE34473)
+md5sums=('e84c66e776f7c22c961817387f618c81'
+ 'SKIP')
+
+build() {
+ cd "sni-qt-${pkgver}"
+
+ export CC="gcc -m32"
+ export CXX="g++ -m32"
+ export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+ # XXX: Use the correct qconfig.h. This is probably not optimal, but it seems
+ # to work well enough.
+ export CFLAGS="$(pkg-config --cflags QtCore) ${CFLAGS}"
+ export CXXFLAGS="$(pkg-config --cflags QtCore) ${CXXFLAGS}"
+
+ cmake . \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DQT_PLUGINS_DIR=/usr/lib32/qt/plugins
+
+ make
+}
+
+package() {
+ cd "sni-qt-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+}
More information about the arch-commits
mailing list