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

Felix Yan felixonmars at archlinux.org
Fri Sep 7 09:17:14 UTC 2018


    Date: Friday, September 7, 2018 @ 09:17:14
  Author: felixonmars
Revision: 378544

archrelease: copy trunk to community-x86_64

Added:
  deepin-menu/repos/community-x86_64/PKGBUILD
    (from rev 378543, 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-09-07 09:16:56 UTC (rev 378543)
+++ PKGBUILD	2018-09-07 09:17:14 UTC (rev 378544)
@@ -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.10
-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=('10d574a1be79695ea1c76ce3c8d7bd4f6785dabda1801c40d2ea69095d783e3c5f1b917a913341be205b04c6d65f6c0f1bddc09562b0dc40fd737c126d71f905')
-
-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 378543, deepin-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-07 09:17:14 UTC (rev 378544)
@@ -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.4.0
+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=('3d3de355df5e5ec1cf4f0ac211c8ae57a59d736c3561b274025d8ab390b5daa176c304bbdd120ee0035699eab5e914c04eed9626e57e64a2c35ede7abf54470c')
+
+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