[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 12 06:55:08 UTC 2019
Date: Sunday, May 12, 2019 @ 06:55:07
Author: felixonmars
Revision: 465832
archrelease: copy trunk to community-any
Added:
deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 465831, 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-05-12 06:55:03 UTC (rev 465831)
+++ PKGBUILD 2019-05-12 06:55:07 UTC (rev 465832)
@@ -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.04.24
-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=('b811ca10f0002639b845dca1934b18c900d3f8cd2cc5f3b3ee8714d50cc54f6c128d6732b93785440938ad9b8f8df0ee2961834afba03f2a667c5a62788c87cf')
-
-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 465831, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-12 06:55:07 UTC (rev 465832)
@@ -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.05.12
+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=('6f406b17bd7c503df0533f6eadf52ca007bef3579ceb727f301bd1cf69ccf0d912fd4de35001652fcff27183d5d53346388fb61dde9ccb864557bfa3bbf05846')
+
+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