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

Felix Yan felixonmars at archlinux.org
Thu Feb 23 11:11:47 UTC 2017


    Date: Thursday, February 23, 2017 @ 11:11:46
  Author: felixonmars
Revision: 213613

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-23 11:11:26 UTC (rev 213612)
+++ PKGBUILD	2017-02-23 11:11:46 UTC (rev 213613)
@@ -1,36 +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.0
-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=('git')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-  # 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 "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 213612, deepin-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-02-23 11:11:46 UTC (rev 213613)
@@ -0,0 +1,36 @@
+# $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.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=('git')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+source=("git+https://cr.deepin.io/deepin-desktop-schemas.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+  # 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 "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list