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

Felix Yan felixonmars at archlinux.org
Thu Apr 13 15:25:57 UTC 2017


    Date: Thursday, April 13, 2017 @ 15:25:57
  Author: felixonmars
Revision: 222757

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
    (from rev 222756, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 15:25:31 UTC (rev 222756)
+++ PKGBUILD	2017-04-13 15:25:57 UTC (rev 222757)
@@ -1,35 +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.1.5
-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')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
-sha512sums=('5c2652b45ff95095167f29cecea46d20c750ad6f9032fdbe16b34c051d8e87f9e0b0297a9ae707fc673873732397fa63ea2b27808f4398b7f32c3379d9a42640')
-
-prepare() {
-  cd deepin-desktop-schemas-$pkgver
-  # fix default background url
-  sed -i "s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin_default_background.jpg'#" overrides/x86/com.deepin.wrap.gnome.desktop.override
-  # don't override GNOME defaults
-  rm overrides/x86/{org.gnome.desktop,other}.override
-}
-
-build() {
-  cd deepin-desktop-schemas-$pkgver
-  make
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 222756, deepin-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-13 15:25:57 UTC (rev 222757)
@@ -0,0 +1,35 @@
+# $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.1.5
+pkgrel=2
+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')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz")
+sha512sums=('5c2652b45ff95095167f29cecea46d20c750ad6f9032fdbe16b34c051d8e87f9e0b0297a9ae707fc673873732397fa63ea2b27808f4398b7f32c3379d9a42640')
+
+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/x86/com.deepin.wrap.gnome.desktop.override
+  # don't override GNOME defaults
+  rm overrides/x86/{org.gnome.desktop,other}.override
+}
+
+build() {
+  cd deepin-desktop-schemas-$pkgver
+  make
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list