[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 14 06:54:19 UTC 2018
Date: Monday, May 14, 2018 @ 06:54:19
Author: felixonmars
Revision: 321756
archrelease: copy trunk to community-x86_64
Added:
deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 321755, deepin-wm/trunk/PKGBUILD)
Deleted:
deepin-wm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-14 06:53:55 UTC (rev 321755)
+++ PKGBUILD 2018-05-14 06:54:19 UTC (rev 321756)
@@ -1,37 +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-wm
-pkgver=1.9.24
-pkgrel=2
-pkgdesc='Deepin Window Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-wm"
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz")
-sha512sums=('d30fb4c6390f3a5b2915573398b41fdc9a3c76ae696e6489b03b0a1cc49b9a229b63488d23309d3ba60863abfd9bb808b9bb08c6afe4f1c66131198f5e09ac9d')
-
-prepare() {
- export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
- sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
- cd $pkgname-$pkgver
- ./autogen.sh \
- --prefix='/usr' \
- --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 321755, deepin-wm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-14 06:54:19 UTC (rev 321756)
@@ -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-wm
+pkgver=1.9.25
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-wm"
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz")
+sha512sums=('feeec5869fd3bf0481991d969f49cf3b605645829bac53a771c3a8320ba8885ffad543ddde867b64006cd9efe081508a5b5f71f75662bcc6a2aec6fc8f113ef7')
+
+prepare() {
+ export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+ sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' $pkgname-$pkgver/src/Background/BackgroundSource.vala
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./autogen.sh \
+ --prefix='/usr' \
+ --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list