[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sun Sep 9 18:39:53 UTC 2018


    Date: Sunday, September 9, 2018 @ 18:39:52
  Author: felixonmars
Revision: 378925

addpkg: deepin-topbar 0.4.6-1

Added:
  deepin-topbar/
  deepin-topbar/repos/
  deepin-topbar/trunk/
  deepin-topbar/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: deepin-topbar/trunk/PKGBUILD
===================================================================
--- deepin-topbar/trunk/PKGBUILD	                        (rev 0)
+++ deepin-topbar/trunk/PKGBUILD	2018-09-09 18:39:52 UTC (rev 378925)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kirigaya <kirigaya at mkacg.com>
+
+pkgname=deepin-topbar
+pkgver=0.4.6
+pkgrel=1
+pkgdesc="This is topbar for Deepin"
+arch=('i686' 'x86_64')
+url="https://github.com/kirigayakazushin/deepin-topbar"
+license=('GPL')
+depends=('deepin-qt5integration' 'deepin-qt-dbus-factory')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz")
+sha512sums=('b49fa1d4dbc653703dfebdf141939a102888f7e299f9843618a742e9a9b8b22a6687ede9d5051ceb802f5527137c6df2bd52f6f7ba95c98ffd5f6499b1cdcd7d')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


Property changes on: deepin-topbar/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property



More information about the arch-commits mailing list