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

Felix Yan felixonmars at archlinux.org
Fri Jul 20 03:02:33 UTC 2018


    Date: Friday, July 20, 2018 @ 03:02:32
  Author: felixonmars
Revision: 362479

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 03:02:14 UTC (rev 362478)
+++ PKGBUILD	2018-07-20 03:02:32 UTC (rev 362479)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-menu
-pkgver=3.3.8
-pkgrel=1
-pkgdesc="Deepin menu service for building beautiful menus"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-menu"
-license=('GPL3')
-depends=('deepin-qt5integration')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-menu/archive/$pkgver.tar.gz")
-sha512sums=('279ec8430eceabe1d88048a92145652a480921ac296dd105cbec827f703561930b862d4042dd7d8aee36abc963a11e8113ba02e8d46251f372cebad09d1cf356')
-
-build() {
-  cd deepin-menu-$pkgver
-
-  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
-  make
-}
-
-package() {
-  cd deepin-menu-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-menu/repos/community-x86_64/PKGBUILD (from rev 362478, deepin-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-20 03:02:32 UTC (rev 362479)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-menu
+pkgver=3.3.9
+pkgrel=1
+pkgdesc="Deepin menu service for building beautiful menus"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-menu"
+license=('GPL3')
+depends=('deepin-qt5integration')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-menu/archive/$pkgver.tar.gz")
+sha512sums=('8c49bae2c67bdd5898f682a3c320e8cbd22e6e423d953512b5c1d5c09a482533d30cab2d76241d11486df77d1baaf9b419a50d6158a6e590707930c01a270e1a')
+
+build() {
+  cd deepin-menu-$pkgver
+
+  qmake-qt5 DEFINES+=QT_NO_DEBUG_OUTPUT
+  make
+}
+
+package() {
+  cd deepin-menu-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list