[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (4 files)
Felix Yan
fyan at archlinux.org
Tue Nov 24 06:47:00 UTC 2015
Date: Tuesday, November 24, 2015 @ 07:46:59
Author: fyan
Revision: 147605
archrelease: copy trunk to community-any
Added:
deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 147604, deepin-desktop-schemas/trunk/PKGBUILD)
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
(from rev 147604, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
Deleted:
deepin-desktop-schemas/repos/community-any/PKGBUILD
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
--------------------------------+
PKGBUILD | 60 +++++++++++++++++++++------------------
deepin-desktop-schemas.install | 22 +++++++-------
2 files changed, 44 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-24 06:46:38 UTC (rev 147604)
+++ PKGBUILD 2015-11-24 06:46:59 UTC (rev 147605)
@@ -1,27 +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
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas"
-license=('GPL3')
-depends=('dconf')
-makedepends=('git')
-install="${pkgname}.install"
-source=("git+https://github.com/linuxdeepin/deepin-desktop-schemas.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd "${pkgname}"
- make
-}
-
-package() {
- cd "${pkgname}"
- make DESTDIR="${pkgdir}" install
-}
Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 147604, deepin-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-11-24 06:46:59 UTC (rev 147605)
@@ -0,0 +1,33 @@
+# $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
+pkgrel=2
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas"
+license=('GPL3')
+depends=('dconf')
+makedepends=('git')
+install="${pkgname}.install"
+source=("git+https://github.com/linuxdeepin/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/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-11-24 06:46:38 UTC (rev 147604)
+++ deepin-desktop-schemas.install 2015-11-24 06:46:59 UTC (rev 147605)
@@ -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-any/deepin-desktop-schemas.install (from rev 147604, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===================================================================
--- deepin-desktop-schemas.install (rev 0)
+++ deepin-desktop-schemas.install 2015-11-24 06:46:59 UTC (rev 147605)
@@ -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