[arch-commits] Commit in deepin-launcher/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Aug 13 03:12:11 UTC 2018
Date: Monday, August 13, 2018 @ 03:12:11
Author: felixonmars
Revision: 371247
archrelease: copy trunk to community-x86_64
Added:
deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 371246, deepin-launcher/trunk/PKGBUILD)
Deleted:
deepin-launcher/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-13 03:11:55 UTC (rev 371246)
+++ PKGBUILD 2018-08-13 03:12:11 UTC (rev 371247)
@@ -1,36 +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-launcher
-pkgver=4.4.4
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher"
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
-makedepends=('cmake')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz")
-sha512sums=('bcc7ff58fce76022c0d67fef360ffd47c0e5473f054b3220e36250b4def6efa11e90c8a5c44c1622a4dee5d0d58497a3dfe7e159c2b6d37bf1e6346e011fca52')
-
-prepare() {
- cd dde-launcher-$pkgver
- sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp
-}
-
-build() {
- cd dde-launcher-$pkgver
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
- make
-}
-
-package() {
- cd dde-launcher-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 371246, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-13 03:12:11 UTC (rev 371247)
@@ -0,0 +1,36 @@
+# $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-launcher
+pkgver=4.4.5
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher"
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'qt5-tools')
+makedepends=('cmake')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-launcher/archive/$pkgver.tar.gz")
+sha512sums=('fe22ec31497ce2731341ed7a954d104228c440ff2d9a62d5746ffda025860507165e39f4991335be0c27277accea24f01397e3c55acaac643150fa0977fb4761')
+
+prepare() {
+ cd dde-launcher-$pkgver
+ sed -i 's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|' src/boxframe/*.cpp
+}
+
+build() {
+ cd dde-launcher-$pkgver
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=1
+ make
+}
+
+package() {
+ cd dde-launcher-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list