[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 13 09:06:07 UTC 2017


    Date: Friday, January 13, 2017 @ 09:06:06
  Author: felixonmars
Revision: 207185

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
    (from rev 207184, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 09:05:46 UTC (rev 207184)
+++ PKGBUILD	2017-01-13 09:06:06 UTC (rev 207185)
@@ -1,39 +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.11.28
-pkgrel=1
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base"
-license=('GPL3')
-depends=('deepin-wallpapers')
-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
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 207184, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-13 09:06:06 UTC (rev 207185)
@@ -0,0 +1,39 @@
+# $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.11.29
+pkgrel=1
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base"
+license=('GPL3')
+depends=('deepin-wallpapers')
+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
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}



More information about the arch-commits mailing list