[arch-commits] Commit in deepin-launcher/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 28 06:52:21 UTC 2018
Date: Tuesday, August 28, 2018 @ 06:52:21
Author: felixonmars
Revision: 374842
archrelease: copy trunk to community-x86_64
Added:
deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 374841, 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-28 06:52:02 UTC (rev 374841)
+++ PKGBUILD 2018-08-28 06:52:21 UTC (rev 374842)
@@ -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.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
-}
Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 374841, deepin-launcher/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-28 06:52:21 UTC (rev 374842)
@@ -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.1
+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=('ae2d60417dbf5eed9dc0aadcb5c6caf709d57a562f1759cf035b8d8fba0d0ecc421c51f4b0fce7cf133f75860e646191167c6efae786fc2404114bc4605cf755')
+
+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