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

Felix Yan felixonmars at archlinux.org
Sat May 9 07:11:32 UTC 2020


    Date: Saturday, May 9, 2020 @ 07:11:31
  Author: felixonmars
Revision: 625889

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
    (from rev 625888, deepin-desktop-base/trunk/PKGBUILD)
  deepin-desktop-base/repos/community-any/distribution.info
    (from rev 625888, deepin-desktop-base/trunk/distribution.info)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD
  deepin-desktop-base/repos/community-any/distribution.info

-------------------+
 PKGBUILD          |   88 +++++++++++++++++++++++++++-------------------------
 distribution.info |   14 ++++----
 2 files changed, 53 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 07:11:12 UTC (rev 625888)
+++ PKGBUILD	2020-05-09 07:11:31 UTC (rev 625889)
@@ -1,42 +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.07.10
-pkgrel=2
-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"
-        distribution.info)
-sha512sums=('6b756fe9f8019c1f7a6ae5087002b4e794ac6c82b1066a2ff573952aa68ae8a7db63fc009c5aed350937602fbe3c736243a3143f58f13be114252e8565c06df8'
-            '27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
-
-build() {
-  cd $pkgname-$pkgver
-  make VERSION=20
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/distribution.info -t "$pkgdir"/usr/share/deepin/
-
-  # 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 625888, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 07:11:31 UTC (rev 625889)
@@ -0,0 +1,46 @@
+# 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=2020.04.12.2
+_tag=2020.04.12-2
+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-$_tag.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$_tag.tar.gz"
+        distribution.info)
+sha512sums=('7b37a48936d653c22353e9a8779c3644df9a675150217a06c16a6d40a9d6ddbfc90bd18f1d60c58d947dc641a69a699219202b77644299d0f3b5dc1426db6615'
+            '27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
+
+build() {
+  cd $pkgname-$_tag
+  make
+}
+
+package() {
+  cd $pkgname-$_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/distribution.info -t "$pkgdir"/usr/share/deepin/
+
+  # 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 UOS logo
+  rm "$pkgdir"/usr/share/deepin/uos_logo.svg
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}

Deleted: distribution.info
===================================================================
--- distribution.info	2020-05-09 07:11:12 UTC (rev 625888)
+++ distribution.info	2020-05-09 07:11:31 UTC (rev 625889)
@@ -1,7 +0,0 @@
-[Distribution]
-Name=Arch
-WebsiteName=www.archlinux.org
-Website=https://www.archlinux.org
-Logo=/usr/share/pixmaps/archlinux.svg
-LogoLight=/usr/share/pixmaps/archlinux.svg
-LogoTransparent=/usr/share/pixmaps/archlinux.svg

Copied: deepin-desktop-base/repos/community-any/distribution.info (from rev 625888, deepin-desktop-base/trunk/distribution.info)
===================================================================
--- distribution.info	                        (rev 0)
+++ distribution.info	2020-05-09 07:11:31 UTC (rev 625889)
@@ -0,0 +1,7 @@
+[Distribution]
+Name=Arch
+WebsiteName=www.archlinux.org
+Website=https://www.archlinux.org
+Logo=/usr/share/pixmaps/archlinux.svg
+LogoLight=/usr/share/pixmaps/archlinux.svg
+LogoTransparent=/usr/share/pixmaps/archlinux.svg



More information about the arch-commits mailing list