[arch-commits] Commit in deepin-sound-theme/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Apr 28 05:57:51 UTC 2020


    Date: Tuesday, April 28, 2020 @ 05:57:51
  Author: felixonmars
Revision: 621960

archrelease: copy trunk to community-staging-any

Added:
  deepin-sound-theme/repos/community-staging-any/
  deepin-sound-theme/repos/community-staging-any/PKGBUILD
    (from rev 621959, deepin-sound-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: deepin-sound-theme/repos/community-staging-any/PKGBUILD (from rev 621959, deepin-sound-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-04-28 05:57:51 UTC (rev 621960)
@@ -0,0 +1,20 @@
+# 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-sound-theme
+pkgver=15.10.4
+pkgrel=1
+pkgdesc="Deepin sound theme"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-sound-theme"
+license=('GPL3')
+groups=('deepin')
+conflicts=('deepin-artwork')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-sound-theme/archive/$pkgver.tar.gz")
+sha512sums=('1eb2e7ac1ec46a20d6a3c4e78252b43cf1f284a9d545e0397a20957f03593f2d710e179df44e7d046db2e6520d1dd00416ae3d3662025a16dedb289ff57edb24')
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list