[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 23 12:01:37 UTC 2018
Date: Monday, July 23, 2018 @ 12:01:37
Author: felixonmars
Revision: 362950
archrelease: copy trunk to community-any
Added:
deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 362949, 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 2018-07-23 12:01:07 UTC (rev 362949)
+++ PKGBUILD 2018-07-23 12:01:37 UTC (rev 362950)
@@ -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=2018.06.21
-pkgrel=1
-epoch=1
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base"
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz")
-sha512sums=('9c8ec11d06f0a0ccf4ee7fc5c0b196e627a60e587a1f48b6fa1e37c48cbb22f94b27abbf742a54bddcade8424e4a776f999c311eea5c40bbede20a3004a1c546')
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- 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 362949, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-23 12:01:37 UTC (rev 362950)
@@ -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=2018.7.23
+pkgrel=1
+epoch=1
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base"
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz")
+sha512sums=('7d4b9372c336b83c558fe3662fed130b917f15cb1caaf73d83cf20530fe6439290889601297114e9ee0914185fb4ffe1d7b3550b7da0bae2020b91f018b67bc3')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ 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