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

Felix Yan felixonmars at archlinux.org
Thu Jun 14 14:34:01 UTC 2018


    Date: Thursday, June 14, 2018 @ 14:34:00
  Author: felixonmars
Revision: 343057

archrelease: copy trunk to community-x86_64

Added:
  deepin-menu/repos/community-x86_64/PKGBUILD
    (from rev 343056, 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-06-14 14:33:38 UTC (rev 343056)
+++ PKGBUILD	2018-06-14 14:34:00 UTC (rev 343057)
@@ -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.7
-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=('8be13e2e132867be488af514589124fbd0db8f960012585d26af7f3862ecbb948ba465b93748e2530cc74f8f65d86a215be34c75651222b83ca6a6d3b45a5d08')
-
-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 343056, deepin-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-14 14:34:00 UTC (rev 343057)
@@ -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.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
+}



More information about the arch-commits mailing list