[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 24 15:09:04 UTC 2019
Date: Wednesday, April 24, 2019 @ 15:09:03
Author: felixonmars
Revision: 453381
archrelease: copy trunk to community-any
Added:
deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 453380, 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-04-24 15:08:46 UTC (rev 453380)
+++ PKGBUILD 2019-04-24 15:09:03 UTC (rev 453381)
@@ -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.03
-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=('b19d6977417e6ebb0b0ca7007a2c2078b1718db0519973fb71271688493b4f62e3d371e4768e21ea11f65808f90f247231c62e7f7d93c113ba5717e84727e1c7')
-
-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 453380, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-24 15:09:03 UTC (rev 453381)
@@ -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.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
+}
More information about the arch-commits
mailing list