[arch-commits] Commit in deepin-artwork-themes/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu May 12 08:52:37 UTC 2016
Date: Thursday, May 12, 2016 @ 10:52:37
Author: fyan
Revision: 174911
archrelease: copy trunk to community-any
Added:
deepin-artwork-themes/repos/community-any/PKGBUILD
(from rev 174910, deepin-artwork-themes/trunk/PKGBUILD)
Deleted:
deepin-artwork-themes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++----------------------------------
1 file changed, 27 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-12 08:52:07 UTC (rev 174910)
+++ PKGBUILD 2016-05-12 08:52:37 UTC (rev 174911)
@@ -1,34 +0,0 @@
-# $Id$
-# 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-artwork-themes
-pkgver=15.12.2
-pkgrel=2
-pkgdesc='Deepin artwork themes'
-arch=('any')
-license=('LGPL3')
-url="https://gitcafe.com/Deepin/deepin-artwork-themes"
-depends=('deepin-icon-theme' 'deepin-desktop-base')
-makedepends=('python2' 'git')
-groups=('deepin')
-source=("git+https://github.com/linuxdeepin/deepin-artwork-themes.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
- cd $pkgname
-
- # fix default background url
- sed -i 's#^BackgroundFile=.*$#BackgroundFile=file:///usr/share/backgrounds/deepin_default_background.jpg#' themes/deepin/theme.ini
-}
-
-build() {
- cd $pkgname
- make build
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-artwork-themes/repos/community-any/PKGBUILD (from rev 174910, deepin-artwork-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-12 08:52:37 UTC (rev 174911)
@@ -0,0 +1,27 @@
+# $Id$
+# 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-artwork-themes
+pkgver=15.12.3
+pkgrel=1
+pkgdesc='Deepin artwork themes'
+arch=('any')
+license=('LGPL3')
+url="https://gitcafe.com/Deepin/deepin-artwork-themes"
+depends=('deepin-icon-theme' 'deepin-desktop-base')
+makedepends=('python2' 'git')
+groups=('deepin')
+source=("git+https://github.com/linuxdeepin/deepin-artwork-themes.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd $pkgname
+ make build
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list