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

Felix Yan felixonmars at gemini.archlinux.org
Fri Sep 2 11:46:26 UTC 2022


    Date: Friday, September 2, 2022 @ 11:46:26
  Author: felixonmars
Revision: 1290898

archrelease: copy trunk to community-any

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

-------------------+
 PKGBUILD          |   85 ++++++++++++++++++++++++++--------------------------
 distribution.info |   14 ++++----
 2 files changed, 51 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 11:46:11 UTC (rev 1290897)
+++ PKGBUILD	2022-09-02 11:46:26 UTC (rev 1290898)
@@ -1,41 +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=2022.07.26
-pkgrel=1
-epoch=2
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base"
-license=('GPL3')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz"
-        distribution.info)
-sha512sums=('ed9f3152e19f7c1de12b734f3db1698f7730d18663cdd6a91096d3b9d7fe17932f4efa163665468544db31de92e8757552b053b33e8f969c72e1e1192dfe2ee2'
-            '27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-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 1290897, deepin-desktop-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-02 11:46:26 UTC (rev 1290898)
@@ -0,0 +1,44 @@
+# 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=2022.07.26
+pkgrel=2
+epoch=2
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base"
+license=('GPL3')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz"
+        distribution.info)
+sha512sums=('ed9f3152e19f7c1de12b734f3db1698f7730d18663cdd6a91096d3b9d7fe17932f4efa163665468544db31de92e8757552b053b33e8f969c72e1e1192dfe2ee2'
+            '27625e6d0786b8adacdb7c52806d4faa28d2ab6b319a593b3ea9bcb69f0cc18ea19b258d629e3a0069ef9a69503589b0285289caef39a1e85bbd99e915c7cd7d')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+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
+
+  # Install os-version and rename to uos-version
+  install -Dm644 files/os-version "$pkgdir"/etc/uos-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}

Deleted: distribution.info
===================================================================
--- distribution.info	2022-09-02 11:46:11 UTC (rev 1290897)
+++ distribution.info	2022-09-02 11:46:26 UTC (rev 1290898)
@@ -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 1290897, deepin-desktop-base/trunk/distribution.info)
===================================================================
--- distribution.info	                        (rev 0)
+++ distribution.info	2022-09-02 11:46:26 UTC (rev 1290898)
@@ -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