[arch-commits] Commit in deepin-desktop-base/repos (3 files)

2021-06-29 Thread Felix Yan via arch-commits
Date: Wednesday, June 30, 2021 @ 02:02:38
  Author: felixonmars
Revision: 967894

archrelease: copy trunk to community-testing-any

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

---+
 PKGBUILD  |   41 +
 distribution.info |7 +++
 2 files changed, 48 insertions(+)

Copied: deepin-desktop-base/repos/community-testing-any/PKGBUILD (from rev 
967893, deepin-desktop-base/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-06-30 02:02:38 UTC (rev 967894)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2021.06.16
+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=('9fc903c6ae8f41d07fd6c4afd70f613788c5adfb4381e0c9e72d5c303883b2c8ab541c12ed448641174860dcda098ca5c2729397dd9cd214f7ee839b4623a4ed'
+
'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-testing-any/distribution.info (from 
rev 967893, deepin-desktop-base/trunk/distribution.info)
===
--- community-testing-any/distribution.info (rev 0)
+++ community-testing-any/distribution.info 2021-06-30 02:02:38 UTC (rev 
967894)
@@ -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



[arch-commits] Commit in deepin-desktop-base/repos (3 files)

2021-05-17 Thread Felix Yan via arch-commits
Date: Monday, May 17, 2021 @ 15:13:52
  Author: felixonmars
Revision: 936026

archrelease: copy trunk to community-testing-any

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

---+
 PKGBUILD  |   44 
 distribution.info |7 +++
 2 files changed, 51 insertions(+)

Copied: deepin-desktop-base/repos/community-testing-any/PKGBUILD (from rev 
936025, deepin-desktop-base/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-05-17 15:13:52 UTC (rev 936026)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2021.5.07
+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=('67d8b2baaa1b0ee4019f7b51428a3590b7271fbcd8d9d4ca08284be56d1140cced57959a745c96c092758d9d9cd09de1222002c8fed443e3bdf66847ec45fcfe'
+
'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 UOS logo
+  rm "$pkgdir"/usr/share/deepin/uos_logo.svg
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}

Copied: deepin-desktop-base/repos/community-testing-any/distribution.info (from 
rev 936025, deepin-desktop-base/trunk/distribution.info)
===
--- community-testing-any/distribution.info (rev 0)
+++ community-testing-any/distribution.info 2021-05-17 15:13:52 UTC (rev 
936026)
@@ -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


[arch-commits] Commit in deepin-desktop-base/repos (3 files)

2021-04-07 Thread Felix Yan via arch-commits
Date: Wednesday, April 7, 2021 @ 19:26:10
  Author: felixonmars
Revision: 912608

archrelease: copy trunk to community-testing-any

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

---+
 PKGBUILD  |   44 
 distribution.info |7 +++
 2 files changed, 51 insertions(+)

Copied: deepin-desktop-base/repos/community-testing-any/PKGBUILD (from rev 
912607, deepin-desktop-base/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-04-07 19:26:10 UTC (rev 912608)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2021.3.10
+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=('c637faff7b6ec850970e727d0098f38a32bcbe107d745291c33aee9cb45f527f96552fc4902c4479614ba0857f311ad9ec4e12b143ec5385b6308668782cd059'
+
'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 UOS logo
+  rm "$pkgdir"/usr/share/deepin/uos_logo.svg
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}

Copied: deepin-desktop-base/repos/community-testing-any/distribution.info (from 
rev 912607, deepin-desktop-base/trunk/distribution.info)
===
--- community-testing-any/distribution.info (rev 0)
+++ community-testing-any/distribution.info 2021-04-07 19:26:10 UTC (rev 
912608)
@@ -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