[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Nov 16 09:09:10 UTC 2017
Date: Thursday, November 16, 2017 @ 09:09:09
Author: felixonmars
Revision: 266924
archrelease: copy trunk to community-any
Added:
deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 266923, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
deepin-desktop-schemas/repos/community-any/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-16 09:08:35 UTC (rev 266923)
+++ PKGBUILD 2017-11-16 09:09:09 UTC (rev 266924)
@@ -1,39 +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-desktop-schemas
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas"
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 'deepin-artwork-themes')
-makedepends=('python')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
-sha512sums=('400b685f6ff3a8b0a837e2b595563149d6c602d0f54a7200878f4373ace092fbd6abd54ec59cf3ab8420387b31d5ce94bdcab6eaf593a0c7fb3f65a66214764d')
-
-prepare() {
- cd deepin-desktop-schemas-$pkgver
- # fix default background url
- sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#" overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
- cd deepin-desktop-schemas-$pkgver
- make ARCH=x86
-}
-
-check() {
- cd deepin-desktop-schemas-$pkgver
- make test
-}
-
-package() {
- cd deepin-desktop-schemas-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 266923, deepin-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-16 09:09:09 UTC (rev 266924)
@@ -0,0 +1,39 @@
+# $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-desktop-schemas
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas"
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-sound-theme' 'deepin-artwork-themes')
+makedepends=('python')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
+sha512sums=('39a35401ca11ccde1c00e8d0e83ba58dfbe6fa4e2c910c09b4f0efbc798204f54ae58c62106d59a9c222f307780f12710a237c270c62ce5319f05763df34e179')
+
+prepare() {
+ cd deepin-desktop-schemas-$pkgver
+ # fix default background url
+ sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#" overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+ cd deepin-desktop-schemas-$pkgver
+ make ARCH=x86
+}
+
+check() {
+ cd deepin-desktop-schemas-$pkgver
+ make test
+}
+
+package() {
+ cd deepin-desktop-schemas-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list