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

Felix Yan felixonmars at archlinux.org
Mon Nov 19 17:41:21 UTC 2018


    Date: Monday, November 19, 2018 @ 17:41:20
  Author: felixonmars
Revision: 408901

archrelease: copy trunk to community-x86_64

Added:
  deepin-topbar/repos/community-x86_64/PKGBUILD
    (from rev 408900, 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-11-19 17:41:09 UTC (rev 408900)
+++ PKGBUILD	2018-11-19 17:41:20 UTC (rev 408901)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: deepin-topbar/repos/community-x86_64/PKGBUILD (from rev 408900, deepin-topbar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-19 17:41:20 UTC (rev 408901)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list