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

Felix Yan felixonmars at archlinux.org
Tue Aug 20 10:30:29 UTC 2019


    Date: Tuesday, August 20, 2019 @ 10:30:28
  Author: felixonmars
Revision: 500247

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-20 10:30:17 UTC (rev 500246)
+++ PKGBUILD	2019-08-20 10:30:28 UTC (rev 500247)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: kirigaya <kirigaya at mkacg.com>
-
-pkgname=deepin-topbar
-pkgver=0.6.5
-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'
-         'procps-ng')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz")
-sha512sums=('64e5447486389998ca98b9bceb5881a010f07d809cf049be0152001a8a93e084aad4a50d5671a19a7a30955e515c8e3c14bc07cea98a0cafc9e04e0ce40d41ef')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-topbar/repos/community-x86_64/PKGBUILD (from rev 500246, deepin-topbar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-20 10:30:28 UTC (rev 500247)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: kirigaya <kirigaya at mkacg.com>
+
+pkgname=deepin-topbar
+pkgver=0.6.6
+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'
+         'procps-ng')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz")
+sha512sums=('415f6e4eadbe78fe1ab4ef61c5f32f8c945fea56556458a88592da7094aeaf1a03cac2f8ac4a2b0f0d3506368ff3f9f3ae19b5683892f5b995024225f06a65dc')
+
+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