[arch-commits] Commit in aseman-qt-tools/repos (4 files)

Jiachen Yang farseerfc at archlinux.org
Wed Jul 13 08:46:28 UTC 2016


    Date: Wednesday, July 13, 2016 @ 08:46:27
  Author: farseerfc
Revision: 182825

archrelease: copy trunk to community-testing-x86_64, community-testing-i686

Added:
  aseman-qt-tools/repos/community-testing-i686/
  aseman-qt-tools/repos/community-testing-i686/PKGBUILD
    (from rev 182824, aseman-qt-tools/trunk/PKGBUILD)
  aseman-qt-tools/repos/community-testing-x86_64/
  aseman-qt-tools/repos/community-testing-x86_64/PKGBUILD
    (from rev 182824, aseman-qt-tools/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: aseman-qt-tools/repos/community-testing-i686/PKGBUILD (from rev 182824, aseman-qt-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-07-13 08:46:27 UTC (rev 182825)
@@ -0,0 +1,30 @@
+# Maintainer: farseerfc <farseerfc at gmail.com>
+
+_pkgname=aseman-qt-tools
+pkgname=${_pkgname}
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="the shared tools and functions used in the aseman's projects"
+arch=('x86_64' 'i686')
+license=('GPL3')
+url="https://launchpad.net/libqtelegram"
+depends=('qt5-multimedia' 'qt5-location' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-sensors' 'qtkeychain')
+makedepends=('cmake' 'git')
+source=("$_pkgname"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=439f68d35da04fa7e1aa8b73b7cdf10d48b34c69")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $_pkgname
+  mkdir -p build
+}
+
+build() {
+  cd $_pkgname/build
+  qmake-qt5 -r QMAKE_CFLAGS_ISYSTEM= QT+=widgets QT+=multimedia QT+=dbus QT+=sensors QT+=positioning  ../asemantools.pro
+  make
+}
+
+package() {
+  cd $_pkgname/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: aseman-qt-tools/repos/community-testing-x86_64/PKGBUILD (from rev 182824, aseman-qt-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-07-13 08:46:27 UTC (rev 182825)
@@ -0,0 +1,30 @@
+# Maintainer: farseerfc <farseerfc at gmail.com>
+
+_pkgname=aseman-qt-tools
+pkgname=${_pkgname}
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="the shared tools and functions used in the aseman's projects"
+arch=('x86_64' 'i686')
+license=('GPL3')
+url="https://launchpad.net/libqtelegram"
+depends=('qt5-multimedia' 'qt5-location' 'qt5-declarative' 'qt5-quickcontrols' 'qt5-sensors' 'qtkeychain')
+makedepends=('cmake' 'git')
+source=("$_pkgname"::"git+https://github.com/Aseman-Land/aseman-qt-tools.git#commit=439f68d35da04fa7e1aa8b73b7cdf10d48b34c69")
+sha512sums=('SKIP')
+
+prepare() {
+  cd $_pkgname
+  mkdir -p build
+}
+
+build() {
+  cd $_pkgname/build
+  qmake-qt5 -r QMAKE_CFLAGS_ISYSTEM= QT+=widgets QT+=multimedia QT+=dbus QT+=sensors QT+=positioning  ../asemantools.pro
+  make
+}
+
+package() {
+  cd $_pkgname/build
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list