[arch-commits] Commit in deepin-desktop-schemas/repos (3 files)
Felix Yan
fyan at archlinux.org
Sun Nov 1 02:08:45 UTC 2015
Date: Sunday, November 1, 2015 @ 03:08:45
Author: fyan
Revision: 145380
archrelease: copy trunk to community-any
Added:
deepin-desktop-schemas/repos/community-any/
deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 145379, deepin-desktop-schemas/trunk/PKGBUILD)
deepin-desktop-schemas/repos/community-any/deepin-desktop-schemas.install
(from rev 145379, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
--------------------------------+
PKGBUILD | 27 +++++++++++++++++++++++++++
deepin-desktop-schemas.install | 11 +++++++++++
2 files changed, 38 insertions(+)
Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 145379, deepin-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2015-11-01 02:08:45 UTC (rev 145380)
@@ -0,0 +1,27 @@
+# $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.90.0
+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/deepin-desktop-schemas.install (from rev 145379, deepin-desktop-schemas/trunk/deepin-desktop-schemas.install)
===================================================================
--- community-any/deepin-desktop-schemas.install (rev 0)
+++ community-any/deepin-desktop-schemas.install 2015-11-01 02:08:45 UTC (rev 145380)
@@ -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