[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Sunday, October 25, 2020 @ 11:07:18 Author: felixonmars Revision: 732428 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 732427, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 89 + 1 file changed, 49 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2020-10-25 11:07:01 UTC (rev 732427) +++ PKGBUILD2020-10-25 11:07:18 UTC (rev 732428) @@ -1,40 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.38 -pkgrel=4 -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"; -vala.patch::https://github.com/linuxdeepin/deepin-wm/pull/65.patch) -sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d' - '7cdfbbd0b42f8a132565d9e0187c821707d85fddc7664fc3f3cf48b292772289867fac72e0c3f8d55b20c143a220e0523ba01332fa18fba1bea543e5cc8aa97e') - -prepare() { - cd $pkgname-$pkgver - patch -Np1 -i ../vala.patch - sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' src/Background/BackgroundSource.vala -} - -build() { - export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE" - - 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 732427, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2020-10-25 11:07:18 UTC (rev 732428) @@ -0,0 +1,49 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.38 +pkgrel=5 +pkgdesc='Deepin Window Manager' +arch=('x86_64') +url="https://github.com/linuxdeepin/deepin-wm"; +license=('GPL3') +groups=('deepin') +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"; +vala.patch::https://github.com/linuxdeepin/deepin-wm/pull/65.patch) +sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d' + '7cdfbbd0b42f8a132565d9e0187c821707d85fddc7664fc3f3cf48b292772289867fac72e0c3f8d55b20c143a220e0523ba01332fa18fba1bea543e5cc8aa97e') + +prepare() { + cd $pkgname-$pkgver + patch -Np1 -i ../vala.patch + + # Newer vala again + sed -e 's/background.set_rounds/background.value.set_rounds/' \ + -e 's/background.set_blurred/background.value.set_blurred/' \ + -e 's/background.set_radius/background.value.set_radius/' \ + -e 's/bg.set_transient_background/bg.value.set_transient_background/' \ + -i src/WindowManager.vala + + sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' src/Background/BackgroundSource.vala +} + +build() { + export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE" + + 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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 3, 2019 @ 09:58:05 Author: felixonmars Revision: 448281 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 448280, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 77 + 1 file changed, 37 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-04-03 09:57:46 UTC (rev 448280) +++ PKGBUILD2019-04-03 09:58:05 UTC (rev 448281) @@ -1,40 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.37 -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') -options=(debug) -source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz"; -https://github.com/linuxdeepin/deepin-wm/pull/49.patch) -sha512sums=('92988a19bb260a4373002ae72ad87cae06e18c48ec799b058e23ac62d06c94819cd7e84a046ad8940737eb82a808f13e62717bc6ce713a8e09839ee0a9e39cd1' - '0a10ed1a3b081cb88f10741a5db2ee9d439e91ceafa8b0b335f03eb4d02b8e993eab54a5556d49b859d3465610ad30aeefd79c2ba1dece85366915fce23e6acd') - -prepare() { - patch -d $pkgname-$pkgver -p1 -i ../49.patch - sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' $pkgname-$pkgver/src/Background/BackgroundSource.vala -} - -build() { - export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE" - - 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 448280, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-04-03 09:58:05 UTC (rev 448281) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.38 +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') +options=(debug) +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz";) +sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d') + +prepare() { + sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' $pkgname-$pkgver/src/Background/BackgroundSource.vala +} + +build() { + export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE" + + 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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, April 1, 2019 @ 09:23:09 Author: felixonmars Revision: 446921 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 446920, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 - 1 file changed, 40 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-04-01 09:22:54 UTC (rev 446920) +++ PKGBUILD2019-04-01 09:23:09 UTC (rev 446921) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.37 -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=('92988a19bb260a4373002ae72ad87cae06e18c48ec799b058e23ac62d06c94819cd7e84a046ad8940737eb82a808f13e62717bc6ce713a8e09839ee0a9e39cd1') - -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 446920, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-04-01 09:23:09 UTC (rev 446921) @@ -0,0 +1,40 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.37 +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') +options=(debug) +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz"; +https://github.com/linuxdeepin/deepin-wm/pull/49.patch) +sha512sums=('92988a19bb260a4373002ae72ad87cae06e18c48ec799b058e23ac62d06c94819cd7e84a046ad8940737eb82a808f13e62717bc6ce713a8e09839ee0a9e39cd1' + '0a10ed1a3b081cb88f10741a5db2ee9d439e91ceafa8b0b335f03eb4d02b8e993eab54a5556d49b859d3465610ad30aeefd79c2ba1dece85366915fce23e6acd') + +prepare() { + patch -d $pkgname-$pkgver -p1 -i ../49.patch + sed -i 's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#' $pkgname-$pkgver/src/Background/BackgroundSource.vala +} + +build() { + export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE" + + 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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Monday, March 4, 2019 @ 19:08:36 Author: felixonmars Revision: 437578 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 437577, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-03-04 19:08:02 UTC (rev 437577) +++ PKGBUILD2019-03-04 19:08:36 UTC (rev 437578) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.35 -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=('524134cd2e37114cf584b810b286932afd098747131b0273658340c2c2f6ccd91474afecdece1180e48120dd54a9f5aebbfad129d30ce76a85253c4fa6a23c26') - -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 437577, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-03-04 19:08:36 UTC (rev 437578) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.37 +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=('92988a19bb260a4373002ae72ad87cae06e18c48ec799b058e23ac62d06c94819cd7e84a046ad8940737eb82a808f13e62717bc6ce713a8e09839ee0a9e39cd1') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, December 27, 2018 @ 05:41:58 Author: felixonmars Revision: 418391 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 418390, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-27 05:41:40 UTC (rev 418390) +++ PKGBUILD2018-12-27 05:41:58 UTC (rev 418391) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.34 -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=('27cea7bb5a9abaf5465d4a6621511501c1ca127585b72d999f7c541687158ab8757713d4dc58faeedc122a30f7f8357b8d2c5b1d6294cf61f9d01ddc5999321b') - -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 418390, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-27 05:41:58 UTC (rev 418391) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.35 +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=('524134cd2e37114cf584b810b286932afd098747131b0273658340c2c2f6ccd91474afecdece1180e48120dd54a9f5aebbfad129d30ce76a85253c4fa6a23c26') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, December 12, 2018 @ 15:32:07 Author: felixonmars Revision: 415604 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 415603, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-12-12 15:31:49 UTC (rev 415603) +++ PKGBUILD2018-12-12 15:32:07 UTC (rev 415604) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.33 -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=('989cbb3f8db7640a9c1082c8c0d50b26e92053664b96bcc781d48a4314c57746a50cc1e7fa94feac3b263b1e7bb8ccb2ab6753b4e6db4a34f6d6393419dc0d9d') - -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 415603, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-12-12 15:32:07 UTC (rev 415604) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.34 +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=('27cea7bb5a9abaf5465d4a6621511501c1ca127585b72d999f7c541687158ab8757713d4dc58faeedc122a30f7f8357b8d2c5b1d6294cf61f9d01ddc5999321b') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, November 1, 2018 @ 10:44:35 Author: felixonmars Revision: 401046 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 401045, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-11-01 10:44:22 UTC (rev 401045) +++ PKGBUILD2018-11-01 10:44:35 UTC (rev 401046) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.32 -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=('76f3f06e52fe7ebe0ab415c62f63bba55a2f29ee8010356b599a944a63ac3274cf3999ec694a1aeeea704253d4ce169ce35514c4ae2d96e4ca3948474dc442d1') - -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 401045, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-11-01 10:44:35 UTC (rev 401046) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.33 +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=('989cbb3f8db7640a9c1082c8c0d50b26e92053664b96bcc781d48a4314c57746a50cc1e7fa94feac3b263b1e7bb8ccb2ab6753b4e6db4a34f6d6393419dc0d9d') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, October 11, 2018 @ 12:00:44 Author: felixonmars Revision: 392524 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 392523, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 36 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-11 12:00:33 UTC (rev 392523) +++ PKGBUILD2018-10-11 12:00:44 UTC (rev 392524) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.31 -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=('e8a341849549d4c7ca351352112044c96ccbf812b258ad9d8b808b7c77a85dc4777263e364c78d6154d033a1aeb660b219fee662b4d8a987802333fdff100615') - -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 392523, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-11 12:00:44 UTC (rev 392524) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.32 +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=('76f3f06e52fe7ebe0ab415c62f63bba55a2f29ee8010356b599a944a63ac3274cf3999ec694a1aeeea704253d4ce169ce35514c4ae2d96e4ca3948474dc442d1') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, August 7, 2018 @ 03:19:20 Author: felixonmars Revision: 369992 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 369991, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-07 03:18:59 UTC (rev 369991) +++ PKGBUILD2018-08-07 03:19:20 UTC (rev 369992) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.30 -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=('08db74de36892b93bcf4e10dbd80362ba039e950d7ad66e60b1e1f15afd9b7a949f685572b8fd76d11742454c8073ea31737b2a3a99a1bb2338a20c5ccd0d169') - -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 369991, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-07 03:19:20 UTC (rev 369992) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.31 +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=('e8a341849549d4c7ca351352112044c96ccbf812b258ad9d8b808b7c77a85dc4777263e364c78d6154d033a1aeb660b219fee662b4d8a987802333fdff100615') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 1, 2018 @ 18:45:56 Author: felixonmars Revision: 367197 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 367196, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-01 18:45:35 UTC (rev 367196) +++ PKGBUILD2018-08-01 18:45:56 UTC (rev 367197) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.29 -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=('7feb9ca05c54d00d3a81813276a6a132ea0136b30b57c9ee84b104065192589ba82c3db3c3fb473c2de2930511aa85c017470e0aa60b55368552cdf8b8ef3975') - -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 367196, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-01 18:45:56 UTC (rev 367197) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.30 +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=('08db74de36892b93bcf4e10dbd80362ba039e950d7ad66e60b1e1f15afd9b7a949f685572b8fd76d11742454c8073ea31737b2a3a99a1bb2338a20c5ccd0d169') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Friday, July 20, 2018 @ 05:08:50 Author: felixonmars Revision: 362522 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 362521, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-20 05:08:24 UTC (rev 362521) +++ PKGBUILD2018-07-20 05:08:50 UTC (rev 362522) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.28 -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=('4d32835fd542b9b8dc58e37ce94e4150a23cee6d379f5d1759088ac3fbd55c3a5eb2f44da6923399f88e364da1e706e157eee927fd02b26d86c5abe00c5ee16b') - -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 362521, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-20 05:08:50 UTC (rev 362522) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.29 +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=('7feb9ca05c54d00d3a81813276a6a132ea0136b30b57c9ee84b104065192589ba82c3db3c3fb473c2de2930511aa85c017470e0aa60b55368552cdf8b8ef3975') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, July 11, 2018 @ 08:29:20 Author: felixonmars Revision: 356998 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 356996, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-11 08:29:17 UTC (rev 356997) +++ PKGBUILD2018-07-11 08:29:20 UTC (rev 356998) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.27 -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=('9f57b9ef37bb2eeb66518ce200fc3887d90e32d9a7300c8d90405dca69e83d3de1221750bc4b610c5e6ab48d7ec1f463c04aca6c31c5e027dc18ed54fc90d5c5') - -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 356996, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-11 08:29:20 UTC (rev 356998) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.28 +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=('4d32835fd542b9b8dc58e37ce94e4150a23cee6d379f5d1759088ac3fbd55c3a5eb2f44da6923399f88e364da1e706e157eee927fd02b26d86c5abe00c5ee16b') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, May 29, 2018 @ 09:36:51 Author: felixonmars Revision: 333159 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 333158, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-29 09:36:26 UTC (rev 333158) +++ PKGBUILD2018-05-29 09:36:51 UTC (rev 333159) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.26 -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=('5418bfe3c958376483f272e0534bbec86e4cc33297b9c365c9b8b4e041676a9720d183b7c3e8b0a63550e48a33bdb8826405bb5f1482d63a65930a576dfd49ef') - -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 333158, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-29 09:36:51 UTC (rev 333159) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.27 +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=('9f57b9ef37bb2eeb66518ce200fc3887d90e32d9a7300c8d90405dca69e83d3de1221750bc4b610c5e6ab48d7ec1f463c04aca6c31c5e027dc18ed54fc90d5c5') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, May 24, 2018 @ 08:42:09 Author: felixonmars Revision: 328513 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 328512, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-24 08:41:44 UTC (rev 328512) +++ PKGBUILD2018-05-24 08:42:09 UTC (rev 328513) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -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 -} Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 328512, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-24 08:42:09 UTC (rev 328513) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.26 +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=('5418bfe3c958376483f272e0534bbec86e4cc33297b9c365c9b8b4e041676a9720d183b7c3e8b0a63550e48a33bdb8826405bb5f1482d63a65930a576dfd49ef') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
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 === --- PKGBUILD2018-05-14 06:53:55 UTC (rev 321755) +++ PKGBUILD2018-05-14 06:54:19 UTC (rev 321756) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -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) +++ PKGBUILD2018-05-14 06:54:19 UTC (rev 321756) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, March 27, 2018 @ 17:58:41 Author: felixonmars Revision: 312902 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 312901, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-03-27 17:58:19 UTC (rev 312901) +++ PKGBUILD2018-03-27 17:58:41 UTC (rev 312902) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.23 -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=('a929e63c850d9d48b8cc5e9a66e964b96a42efc8f536cab42df9508a08e15a146aab63590113a2a1bca727472bcf289a31372f5a1c3931a4e047313936eb8ac1') - -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 312901, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-03-27 17:58:41 UTC (rev 312902) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, March 22, 2018 @ 09:23:24 Author: felixonmars Revision: 310321 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 310320, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-03-22 09:23:05 UTC (rev 310320) +++ PKGBUILD2018-03-22 09:23:24 UTC (rev 310321) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.23 -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=('a929e63c850d9d48b8cc5e9a66e964b96a42efc8f536cab42df9508a08e15a146aab63590113a2a1bca727472bcf289a31372f5a1c3931a4e047313936eb8ac1') - -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 310320, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-03-22 09:23:24 UTC (rev 310321) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.24 +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=('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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Friday, March 16, 2018 @ 07:42:08 Author: felixonmars Revision: 308786 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 308785, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-03-16 07:41:51 UTC (rev 308785) +++ PKGBUILD2018-03-16 07:42:08 UTC (rev 308786) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.22 -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=('16a5aad2e8fc51322a7ffd7fe7193edc2b10babedb11913f8e4dc56c62c911007cad33519ad6bd09342dc921b2aa7e71f3033047310ed8d04140fbf8f6e1ef64') - -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 308785, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-03-16 07:42:08 UTC (rev 308786) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.23 +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=('a929e63c850d9d48b8cc5e9a66e964b96a42efc8f536cab42df9508a08e15a146aab63590113a2a1bca727472bcf289a31372f5a1c3931a4e047313936eb8ac1') + +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 +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, November 16, 2017 @ 09:08:00 Author: felixonmars Revision: 266922 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 266921, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-11-16 09:07:28 UTC (rev 266921) +++ PKGBUILD2017-11-16 09:08:00 UTC (rev 266922) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.20 -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=('a4fd31060c93eb11750457c9ca4f7481482e334c1330a71cb2f30b80bf3ef17c7d49654933cb8e669838a34a452c2818bc7687e8866e8081069c65a3ad1089a7') - -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 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 266921, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-11-16 09:08:00 UTC (rev 266922) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.21 +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=('90f4b6a94d6227112a153cd51d8af6f53acc07aec6fcba04d2cd553d127626668de7e1e0d66d6cf54412dc9204a8b48fa2c855ab3625e9ee30bf9e7c1ffc4694') + +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 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in deepin-wm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, November 9, 2017 @ 08:59:54 Author: felixonmars Revision: 265809 archrelease: copy trunk to community-x86_64 Added: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 265808, deepin-wm/trunk/PKGBUILD) Deleted: deepin-wm/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-11-09 08:59:35 UTC (rev 265808) +++ PKGBUILD2017-11-09 08:59:54 UTC (rev 265809) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Josip Ponjavic -# Contributor: Xu Fasheng - -pkgname=deepin-wm -pkgver=1.9.19 -pkgrel=1 -pkgdesc='Deepin Window Manager' -arch=('i686' '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=('24eaca7cda2c4c33eea350e6c1874c82e8669bed2383340a7dfee0d5d3d3471f01e5a34300b820b717c1dd29b8d49aa923ba5b0120faa2160d03ba47a819d6eb') - -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 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: deepin-wm/repos/community-x86_64/PKGBUILD (from rev 265808, deepin-wm/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-11-09 08:59:54 UTC (rev 265809) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Josip Ponjavic +# Contributor: Xu Fasheng + +pkgname=deepin-wm +pkgver=1.9.20 +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=('a4fd31060c93eb11750457c9ca4f7481482e334c1330a71cb2f30b80bf3ef17c7d49654933cb8e669838a34a452c2818bc7687e8866e8081069c65a3ad1089a7') + +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 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}