[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu May 12 08:36:42 UTC 2016
Date: Thursday, May 12, 2016 @ 10:36:42
Author: fyan
Revision: 174903
archrelease: copy trunk to community-any
Added:
deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 174902, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
deepin-desktop-base/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-12 08:36:13 UTC (rev 174902)
+++ PKGBUILD 2016-05-12 08:36:42 UTC (rev 174903)
@@ -1,38 +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-desktop-base
-pkgver=2016.01.29
-pkgrel=1
-pkgdesc='Default wallpapers and other base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base"
-license=('GPL3')
-makedepends=('git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-base.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd $pkgname
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-
- # Remove Deepin distro's lsb-release
- rm "$pkgdir"/etc/lsb-release
-
- # Don't override systemd timeouts
- rm -r "$pkgdir"/etc/systemd
-
- # Rename default desktop file to avoid conflicts
- mv "$pkgdir"/usr/share/backgrounds/{desktop.jpg,deepin_default_background.jpg}
-
- # Make a symlink for deepin-version
- ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-}
Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 174902, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-12 08:36:42 UTC (rev 174903)
@@ -0,0 +1,38 @@
+# $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-desktop-base
+pkgver=2016.01.30
+pkgrel=1
+pkgdesc='Default wallpapers and other base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base"
+license=('GPL3')
+makedepends=('git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-desktop-base.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+
+ # Remove Deepin distro's lsb-release
+ rm "$pkgdir"/etc/lsb-release
+
+ # Don't override systemd timeouts
+ rm -r "$pkgdir"/etc/systemd
+
+ # Rename default desktop file to avoid conflicts
+ mv "$pkgdir"/usr/share/backgrounds/{desktop.jpg,deepin_default_background.jpg}
+
+ # Make a symlink for deepin-version
+ ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+}
More information about the arch-commits
mailing list