[arch-commits] Commit in deepin-topbar/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Dec 21 19:46:31 UTC 2018


    Date: Friday, December 21, 2018 @ 19:46:30
  Author: felixonmars
Revision: 417455

archrelease: copy trunk to community-x86_64

Added:
  deepin-topbar/repos/community-x86_64/PKGBUILD
    (from rev 417454, deepin-topbar/trunk/PKGBUILD)
Deleted:
  deepin-topbar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 19:46:12 UTC (rev 417454)
+++ PKGBUILD	2018-12-21 19:46:30 UTC (rev 417455)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: kirigaya <kirigaya at mkacg.com>
-
-pkgname=deepin-topbar
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="This is topbar for Deepin"
-arch=('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=('f7fd77759bff5c2871a7c5ddc91e3614f03ce5493423bfcde0802ecef0601f09882bbd6a3d2188300d4064ab429da6c60e2256e54f6c61e7f1c7a77fcaf77c5b')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-topbar/repos/community-x86_64/PKGBUILD (from rev 417454, deepin-topbar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 19:46:30 UTC (rev 417455)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kirigaya <kirigaya at mkacg.com>
+
+pkgname=deepin-topbar
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="This is topbar for Deepin"
+arch=('x86_64')
+url="https://github.com/kirigayakazushin/deepin-topbar"
+license=('GPL')
+depends=('deepin-network-utils' 'deepin-qt5integration' 'deepin-qt-dbus-factory' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz")
+sha512sums=('fd9155c148235a76072e9a96d6e2b38122a5257319381a7f1224f5e2901ba9ca290c11dda09570ca942080126d49796b87c28371502e9d66032a4389724560df')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list