[arch-commits] Commit in deepin-menu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 30 14:34:51 UTC 2018
Date: Wednesday, May 30, 2018 @ 14:34:51
Author: felixonmars
Revision: 333353
archrelease: copy trunk to community-x86_64
Added:
deepin-menu/repos/community-x86_64/PKGBUILD
(from rev 333352, 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-05-30 14:34:27 UTC (rev 333352)
+++ PKGBUILD 2018-05-30 14:34:51 UTC (rev 333353)
@@ -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.5
-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=('da73452bc46ee53807ce8dae4c4cec7aa237f8759a2d0c78bc765936796149c237a70aacb9b476ad10e33e15265e2d68dac8dfc6a329f751bf0ee54625840fca')
-
-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 333352, deepin-menu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 14:34:51 UTC (rev 333353)
@@ -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.6
+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=('57b77661a90e1ca4e18cc05d74a952623826a4490ef4a0a5a3e147a0b4a1641ed0537fa1916b291d1c0c587ed16c57db12ef30c7f816075c17f9e4df66385df9')
+
+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