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

Felix Yan fyan at archlinux.org
Wed Dec 9 12:59:24 UTC 2015


    Date: Wednesday, December 9, 2015 @ 13:59:23
  Author: fyan
Revision: 151226

archrelease: copy trunk to community-testing-any

Added:
  deepin-desktop-schemas/repos/community-testing-any/PKGBUILD
    (from rev 151225, deepin-desktop-schemas/trunk/PKGBUILD)
  deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install
    (from rev 151225, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
Deleted:
  deepin-desktop-schemas/repos/community-testing-any/PKGBUILD
  deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install

--------------------------------+
 PKGBUILD                       |   76 ++++++++++++++++++---------------------
 deepin-desktop-schemas.install |   22 +++++------
 2 files changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-09 12:58:42 UTC (rev 151225)
+++ PKGBUILD	2015-12-09 12:59:23 UTC (rev 151226)
@@ -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=2.91.1.20151208
-_commit=77afbfe38bd07b379d7fdd2cabe21d7af1e69650
-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')
-conflicts=('dde-daemon<=2.92.1')
-replaces=('deepin-default-gsettings')
-groups=('deepin')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#commit=$_commit")
-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/com.deepin.wrap.gnome.desktop.override
-  # Removing google-chrome and deepin-appstore, they are not packaged in our repos.
-  sed -i "s/^docked-apps=.*/docked-apps=['org.gnome.nautilus','deepin-music-player','deepin-movie','dde-control-center']/" overrides/com.deepin.dde.dock.override
-}
-
-build() {
-  cd "${pkgname}"
-  make
-}
-
-package() {
-  cd "${pkgname}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-desktop-schemas/repos/community-testing-any/PKGBUILD (from rev 151225, deepin-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-12-09 12:59:23 UTC (rev 151226)
@@ -0,0 +1,37 @@
+# $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=2.91.2
+_commit=b046682325717a2ba24b1027a71b948d19be168b
+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')
+conflicts=('dde-daemon<=2.92.1')
+replaces=('deepin-default-gsettings')
+groups=('deepin')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#commit=$_commit")
+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/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  cd "${pkgname}"
+  make
+}
+
+package() {
+  cd "${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: deepin-desktop-schemas.install
===================================================================
--- deepin-desktop-schemas.install	2015-12-09 12:58:42 UTC (rev 151225)
+++ deepin-desktop-schemas.install	2015-12-09 12:59:23 UTC (rev 151226)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: deepin-desktop-schemas/repos/community-testing-any/deepin-desktop-schemas.install (from rev 151225, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===================================================================
--- deepin-desktop-schemas.install	                        (rev 0)
+++ deepin-desktop-schemas.install	2015-12-09 12:59:23 UTC (rev 151226)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list