[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 11 01:08:28 UTC 2019
Date: Thursday, July 11, 2019 @ 01:08:27
Author: felixonmars
Revision: 488631
archrelease: copy trunk to community-any
Added:
deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 488630, 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 2019-07-11 01:08:17 UTC (rev 488630)
+++ PKGBUILD 2019-07-11 01:08:27 UTC (rev 488631)
@@ -1,38 +0,0 @@
-# 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=2019.06.19
-pkgrel=1
-epoch=2
-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=('050f0e718d668c87443cf5ba74fedb6b142b612de9b3e1ce5aa5ca65eef4c0b8870913928e84abd3d22858c63034c2a890ef6cd895a70b145d807b9dd8d26ad4')
-
-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 488630, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-11 01:08:27 UTC (rev 488631)
@@ -0,0 +1,38 @@
+# 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=2019.07.10
+pkgrel=1
+epoch=2
+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=('6b756fe9f8019c1f7a6ae5087002b4e794ac6c82b1066a2ff573952aa68ae8a7db63fc009c5aed350937602fbe3c736243a3143f58f13be114252e8565c06df8')
+
+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