[arch-commits] Commit in groovy/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, November 28, 2018 @ 03:58:53 Author: cesura Revision: 410274 archrelease: copy trunk to community-any Added: groovy/repos/community-any/PKGBUILD (from rev 410273, groovy/trunk/PKGBUILD) Deleted: groovy/repos/community-any/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-11-28 03:58:30 UTC (rev 410273) +++ PKGBUILD2018-11-28 03:58:53 UTC (rev 410274) @@ -1,56 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Alexander F Rødseth -# Contributor: Musikolo -# Contributor: Ruben Fonseca -# Contributor: Andreas W. Hauser - -pkgname=groovy -pkgver=2.5.2 -pkgrel=1 -pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' -arch=('any') -url='http://groovy-lang.org/' -license=('Apache') -depends=('bash' 'java-environment') -optdepends=('groovy-docs: html and pdf documentation for Groovy') -makedepends=('gendesk') -# .asc file is available for download, but there was no key available -source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; - "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) -sha256sums=('495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e' -'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') - -prepare() { - # Generate desktop shortcut - gendesk -f -n \ - --pkgname "$pkgname" \ - --pkgdesc 'Groovy programming language' \ - --exec 'groovyConsole' \ - --name 'Groovy Console' - - # Patch the scripts - for f in "$pkgname-$pkgver/bin/"*; do - sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" - done -} - -package() { - cd "$pkgname-$pkgver" - - # Create the directories and package the files - install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" - cp -r lib conf "$pkgdir/usr/share/groovy" - cp bin/* "$pkgdir/usr/bin" - rm "$pkgdir"/usr/bin/*completion - install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions - - # Remove all DOS/Windows batch files - find $pkgdir -name '*.bat' -exec rm {} \; - - # Package the license file - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname - - # Package the desktop shortcut for Groovy Console - install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications - install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps -} Copied: groovy/repos/community-any/PKGBUILD (from rev 410273, groovy/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-11-28 03:58:53 UTC (rev 410274) @@ -0,0 +1,56 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Musikolo +# Contributor: Ruben Fonseca +# Contributor: Andreas W. Hauser + +pkgname=groovy +pkgver=2.5.4 +pkgrel=1 +pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' +arch=('any') +url='http://groovy-lang.org/' +license=('Apache') +depends=('bash' 'java-environment') +optdepends=('groovy-docs: html and pdf documentation for Groovy') +makedepends=('gendesk') +# .asc file is available for download, but there was no key available +source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; + "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) +sha256sums=('b2c936069831861d89cb8cf771bfa8a739b1d03c4be01b62d94e453e4b0bc6e8' +'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') + +prepare() { + # Generate desktop shortcut + gendesk -f -n \ + --pkgname "$pkgname" \ + --pkgdesc 'Groovy programming language' \ + --exec 'groovyConsole' \ + --name 'Groovy Console' + + # Patch the scripts + for f in "$pkgname-$pkgver/bin/"*; do + sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" + done +} + +package() { + cd "$pkgname-$pkgver" + + # Create the directories and package the files + install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" + cp -r lib conf "$pkgdir/usr/share/groovy" + cp bin/* "$pkgdir/usr/bin" + rm "$pkgdir"/usr/bin/*completion + install -Dm644 bin/*completion -t "$pkgdir"/usr/shar
[arch-commits] Commit in groovy/trunk (PKGBUILD)
Date: Wednesday, November 28, 2018 @ 03:58:30 Author: cesura Revision: 410273 upgpkg: groovy 2.5.4-1 Updated to version 2.5.4 Modified: groovy/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-28 02:26:22 UTC (rev 410272) +++ PKGBUILD2018-11-28 03:58:30 UTC (rev 410273) @@ -5,7 +5,7 @@ # Contributor: Andreas W. Hauser pkgname=groovy -pkgver=2.5.2 +pkgver=2.5.4 pkgrel=1 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' arch=('any') @@ -17,7 +17,7 @@ # .asc file is available for download, but there was no key available source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) -sha256sums=('495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e' +sha256sums=('b2c936069831861d89cb8cf771bfa8a739b1d03c4be01b62d94e453e4b0bc6e8' '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') prepare() {
[arch-commits] Commit in mate-icon-theme/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, October 17, 2018 @ 01:45:55 Author: cesura Revision: 394886 archrelease: copy trunk to community-any Added: mate-icon-theme/repos/community-any/PKGBUILD (from rev 394885, mate-icon-theme/trunk/PKGBUILD) Deleted: mate-icon-theme/repos/community-any/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-17 01:45:23 UTC (rev 394885) +++ PKGBUILD2018-10-17 01:45:55 UTC (rev 394886) @@ -1,27 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-icon-theme -pkgver=1.20.1 -pkgrel=1 -pkgdesc="MATE icon theme" -url="http://mate-desktop.org"; -arch=('any') -license=('LGPL') -options=('!emptydirs') -makedepends=('icon-naming-utils' 'intltool') -groups=('mate') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 394885, mate-icon-theme/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-17 01:45:55 UTC (rev 394886) @@ -0,0 +1,27 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-icon-theme +pkgver=1.20.2 +pkgrel=1 +pkgdesc="MATE icon theme" +url="http://mate-desktop.org"; +arch=('any') +license=('LGPL') +options=('!emptydirs') +makedepends=('icon-naming-utils' 'intltool') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('d69acb308c563399ac560e60783c22a7808e81967e036d48c5df44071a006cda') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)
Date: Wednesday, October 17, 2018 @ 01:45:23 Author: cesura Revision: 394885 upgpkg: mate-icon-theme 1.20.2-1 Updated to version 1.20.2 Modified: mate-icon-theme/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-17 01:41:20 UTC (rev 394884) +++ PKGBUILD2018-10-17 01:45:23 UTC (rev 394885) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-icon-theme -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="MATE icon theme" url="http://mate-desktop.org"; @@ -12,7 +12,7 @@ makedepends=('icon-naming-utils' 'intltool') groups=('mate') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7') +sha256sums=('d69acb308c563399ac560e60783c22a7808e81967e036d48c5df44071a006cda') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)
Date: Wednesday, October 17, 2018 @ 01:41:20 Author: cesura Revision: 394884 archrelease: copy trunk to community-x86_64 Added: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 394883, xfce4-whiskermenu-plugin/trunk/PKGBUILD) Deleted: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-10-17 01:40:42 UTC (rev 394883) +++ PKGBUILD2018-10-17 01:41:20 UTC (rev 394884) @@ -1,31 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Alexander F Rødseth -# Contributor: Graeme Gott - -pkgname=xfce4-whiskermenu-plugin -pkgver=2.2.1 -pkgrel=1 -pkgdesc='Menu for Xfce4' -arch=('x86_64') -url='https://gottcode.org/xfce4-whiskermenu-plugin/' -groups=('xfce4-goodies') -license=('GPL2') -depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') -makedepends=('cmake' 'ninja') -source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('b5f8efcc94cb26e4394ae599ac5955d745f3c11c39605036709ede5454f302b9') - -build() { - mkdir -p build - cd build - cmake "$srcdir/$pkgname-$pkgver" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 394883, xfce4-whiskermenu-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-10-17 01:41:20 UTC (rev 394884) @@ -0,0 +1,31 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Graeme Gott + +pkgname=xfce4-whiskermenu-plugin +pkgver=2.3.0 +pkgrel=1 +pkgdesc='Menu for Xfce4' +arch=('x86_64') +url='https://gottcode.org/xfce4-whiskermenu-plugin/' +groups=('xfce4-goodies') +license=('GPL2') +depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') +makedepends=('cmake' 'ninja') +source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available +sha256sums=('7e569bb0dff7e3db3d964e23323f54c6de7249741c6a0e33a0fa501d83040b16') + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)
Date: Wednesday, October 17, 2018 @ 01:40:42 Author: cesura Revision: 394883 upgpkg: xfce4-whiskermenu-plugin 2.3.0-1 Updated to version 2.3.0 Modified: xfce4-whiskermenu-plugin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-17 01:16:58 UTC (rev 394882) +++ PKGBUILD2018-10-17 01:40:42 UTC (rev 394883) @@ -3,7 +3,7 @@ # Contributor: Graeme Gott pkgname=xfce4-whiskermenu-plugin -pkgver=2.2.1 +pkgver=2.3.0 pkgrel=1 pkgdesc='Menu for Xfce4' arch=('x86_64') @@ -13,7 +13,7 @@ depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') makedepends=('cmake' 'ninja') source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('b5f8efcc94cb26e4394ae599ac5955d745f3c11c39605036709ede5454f302b9') +sha256sums=('7e569bb0dff7e3db3d964e23323f54c6de7249741c6a0e33a0fa501d83040b16') build() { mkdir -p build
[arch-commits] Commit in mate-screensaver/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Thursday, September 27, 2018 @ 15:21:32 Author: cesura Revision: 386451 archrelease: copy trunk to community-x86_64 Added: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 386450, mate-screensaver/trunk/PKGBUILD) Deleted: mate-screensaver/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-27 15:21:11 UTC (rev 386450) +++ PKGBUILD2018-09-27 15:21:32 UTC (rev 386451) @@ -1,38 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-screensaver -pkgver=1.20.1 -pkgrel=1 -pkgdesc='Screensaver for MATE' -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') -makedepends=('intltool' 'systemd') -optdepends=('rss-glx: Really slick screensavers') -groups=('mate-extra') -conflicts=('mate-screensaver-gtk3') -replaces=('mate-screensaver-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('109309499e1d2d1794ee1df80af65aeaeb9696a1e08b5a8a97bc7a5e421299d5') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/xscreensaver \ ---with-mit-ext \ ---with-libnotify \ ---enable-locking \ ---without-console-kit -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 386450, mate-screensaver/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-27 15:21:32 UTC (rev 386451) @@ -0,0 +1,38 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-screensaver +pkgver=1.20.2 +pkgrel=1 +pkgdesc='Screensaver for MATE' +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') +makedepends=('intltool' 'systemd') +optdepends=('rss-glx: Really slick screensavers') +groups=('mate-extra') +conflicts=('mate-screensaver-gtk3') +replaces=('mate-screensaver-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('7d70062e0fd7bbb83bf9b828b9dd5b5e2658b96a97d619cb61ad9ed36c9baee1') + +build() { + cd "${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} \ + --sysconfdir=/etc \ + --with-xscreensaverdir=/usr/share/xscreensaver/config \ + --with-xscreensaverhackdir=/usr/lib/xscreensaver \ + --with-mit-ext \ + --with-libnotify \ + --enable-locking \ + --without-console-kit + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-screensaver/trunk (PKGBUILD)
Date: Thursday, September 27, 2018 @ 15:21:11 Author: cesura Revision: 386450 upgpkg: mate-screensaver 1.20.2-1 Updated to version 1.20.2 Modified: mate-screensaver/trunk/PKGBUILD --+ PKGBUILD | 32 1 file changed, 16 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-27 15:21:10 UTC (rev 386449) +++ PKGBUILD2018-09-27 15:21:11 UTC (rev 386450) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-screensaver -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc='Screensaver for MATE' url="https://mate-desktop.org"; @@ -15,24 +15,24 @@ conflicts=('mate-screensaver-gtk3') replaces=('mate-screensaver-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('109309499e1d2d1794ee1df80af65aeaeb9696a1e08b5a8a97bc7a5e421299d5') +sha256sums=('7d70062e0fd7bbb83bf9b828b9dd5b5e2658b96a97d619cb61ad9ed36c9baee1') build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/xscreensaver \ ---with-mit-ext \ ---with-libnotify \ ---enable-locking \ ---without-console-kit -make + cd "${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} \ + --sysconfdir=/etc \ + --with-xscreensaverdir=/usr/share/xscreensaver/config \ + --with-xscreensaverhackdir=/usr/lib/xscreensaver \ + --with-mit-ext \ + --with-libnotify \ + --enable-locking \ + --without-console-kit + make } package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in groovy/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, September 27, 2018 @ 15:14:40 Author: cesura Revision: 386435 archrelease: copy trunk to community-any Added: groovy/repos/community-any/PKGBUILD (from rev 386434, groovy/trunk/PKGBUILD) Deleted: groovy/repos/community-any/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-27 15:14:31 UTC (rev 386434) +++ PKGBUILD2018-09-27 15:14:40 UTC (rev 386435) @@ -1,56 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Alexander F Rødseth -# Contributor: Musikolo -# Contributor: Ruben Fonseca -# Contributor: Andreas W. Hauser - -pkgname=groovy -pkgver=2.5.2 -pkgrel=1 -pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' -arch=('any') -url='http://groovy-lang.org/' -license=('Apache') -depends=('bash' 'java-environment') -optdepends=('groovy-docs: html and pdf documentation for Groovy') -makedepends=('gendesk') -# .asc file is available for download, but there was no key available -source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; - "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) -sha256sums=('495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e' -'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') - -prepare() { - # Generate desktop shortcut - gendesk -f -n \ - --pkgname "$pkgname" \ - --pkgdesc 'Groovy programming language' \ - --exec 'groovyConsole' \ - --name 'Groovy Console' - - # Patch the scripts - for f in "$pkgname-$pkgver/bin/"*; do - sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" - done -} - -package() { - cd "$pkgname-$pkgver" - - # Create the directories and package the files - install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" - cp -r lib conf "$pkgdir/usr/share/groovy" - cp bin/* "$pkgdir/usr/bin" - rm "$pkgdir"/usr/bin/*completion - install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions - - # Remove all DOS/Windows batch files - find $pkgdir -name '*.bat' -exec rm {} \; - - # Package the license file - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname - - # Package the desktop shortcut for Groovy Console - install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications - install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps -} Copied: groovy/repos/community-any/PKGBUILD (from rev 386434, groovy/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-27 15:14:40 UTC (rev 386435) @@ -0,0 +1,56 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Musikolo +# Contributor: Ruben Fonseca +# Contributor: Andreas W. Hauser + +pkgname=groovy +pkgver=2.5.2 +pkgrel=1 +pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' +arch=('any') +url='http://groovy-lang.org/' +license=('Apache') +depends=('bash' 'java-environment') +optdepends=('groovy-docs: html and pdf documentation for Groovy') +makedepends=('gendesk') +# .asc file is available for download, but there was no key available +source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; + "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) +sha256sums=('495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e' +'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') + +prepare() { + # Generate desktop shortcut + gendesk -f -n \ + --pkgname "$pkgname" \ + --pkgdesc 'Groovy programming language' \ + --exec 'groovyConsole' \ + --name 'Groovy Console' + + # Patch the scripts + for f in "$pkgname-$pkgver/bin/"*; do + sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" + done +} + +package() { + cd "$pkgname-$pkgver" + + # Create the directories and package the files + install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" + cp -r lib conf "$pkgdir/usr/share/groovy" + cp bin/* "$pkgdir/usr/bin" + rm "$pkgdir"/usr/bin/*completion + install -Dm644 bin/*completion -t "$pkgdir"/usr/shar
[arch-commits] Commit in groovy/repos/community-any (PKGBUILD PKGBUILD)
Date: Thursday, September 27, 2018 @ 15:04:56 Author: cesura Revision: 386415 archrelease: copy trunk to community-any Added: groovy/repos/community-any/PKGBUILD (from rev 386414, groovy/trunk/PKGBUILD) Deleted: groovy/repos/community-any/PKGBUILD --+ PKGBUILD | 112 ++--- 1 file changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-09-27 15:04:46 UTC (rev 386414) +++ PKGBUILD2018-09-27 15:04:56 UTC (rev 386415) @@ -1,56 +0,0 @@ -# $Id$ -# Maintainer: Alexander F Rødseth -# Contributor: Musikolo -# Contributor: Ruben Fonseca -# Contributor: Andreas W. Hauser - -pkgname=groovy -pkgver=2.5.0 -pkgrel=1 -pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' -arch=('any') -url='http://groovy-lang.org/' -license=('Apache') -depends=('java-environment') -optdepends=('groovy-docs: html and pdf documentation for Groovy') -makedepends=('gendesk') -# .asc file is available for download, but there was no key available -source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; - "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) -sha256sums=('13903caed7da4875b2c805ddaa5ac4a3c877342f339700fab9a54b8c628eece3' -'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') - -prepare() { - # Generate desktop shortcut - gendesk -f -n \ ---pkgname "$pkgname" \ ---pkgdesc 'Groovy programming language' \ ---exec 'groovyConsole' \ ---name 'Groovy Console' - - # Patch the scripts - for f in "$pkgname-$pkgver/bin/"*; do -sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" - done -} - -package() { - cd "$pkgname-$pkgver" - - # Create the directories and package the files - install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" - cp -r lib conf "$pkgdir/usr/share/groovy" - cp bin/* "$pkgdir/usr/bin" - rm "$pkgdir"/usr/bin/*completion - install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions - - # Remove all DOS/Windows batch files - find $pkgdir -name '*.bat' -exec rm {} \; - - # Package the license file - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname - - # Package the desktop shortcut for Groovy Console - install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications - install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps -} Copied: groovy/repos/community-any/PKGBUILD (from rev 386414, groovy/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-09-27 15:04:56 UTC (rev 386415) @@ -0,0 +1,56 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Musikolo +# Contributor: Ruben Fonseca +# Contributor: Andreas W. Hauser + +pkgname=groovy +pkgver=2.5.2 +pkgrel=1 +pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' +arch=('any') +url='http://groovy-lang.org/' +license=('Apache') +depends=('bash' 'java-environment') +optdepends=('groovy-docs: html and pdf documentation for Groovy') +makedepends=('gendesk') +# .asc file is available for download, but there was no key available +source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; + "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) +sha256sums=('495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e' +'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') + +prepare() { + # Generate desktop shortcut + gendesk -f -n \ + --pkgname "$pkgname" \ + --pkgdesc 'Groovy programming language' \ + --exec 'groovyConsole' \ + --name 'Groovy Console' + + # Patch the scripts + for f in "$pkgname-$pkgver/bin/"*; do + sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" + done +} + +package() { + cd "$pkgname-$pkgver" + + # Create the directories and package the files + install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" + cp -r lib conf "$pkgdir/usr/share/groovy" + cp bin/* "$pkgdir/usr/bin" + rm "$pkgdir"/usr/bin/*completion + install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions + + # Remove all DOS/Windows batch files + find $pkgdir -name '*.bat' -exec rm {} \; + + # Package the license file + install -
[arch-commits] Commit in groovy/trunk (PKGBUILD)
Date: Thursday, September 27, 2018 @ 15:01:13 Author: cesura Revision: 386407 upgpkg: groovy 2.5.2-1 Updated to version 2.5.2 Modified: groovy/trunk/PKGBUILD --+ PKGBUILD | 57 + 1 file changed, 29 insertions(+), 28 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-27 14:57:01 UTC (rev 386406) +++ PKGBUILD2018-09-27 15:01:13 UTC (rev 386407) @@ -1,55 +1,56 @@ -# Maintainer: Alexander F Rødseth +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth # Contributor: Musikolo # Contributor: Ruben Fonseca # Contributor: Andreas W. Hauser pkgname=groovy -pkgver=2.5.0 +pkgver=2.5.2 pkgrel=1 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' arch=('any') url='http://groovy-lang.org/' license=('Apache') -depends=('java-environment') +depends=('bash' 'java-environment') optdepends=('groovy-docs: html and pdf documentation for Groovy') makedepends=('gendesk') # .asc file is available for download, but there was no key available source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip"; "$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png";) -sha256sums=('13903caed7da4875b2c805ddaa5ac4a3c877342f339700fab9a54b8c628eece3' +sha256sums=('495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e' '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba') prepare() { - # Generate desktop shortcut - gendesk -f -n \ ---pkgname "$pkgname" \ ---pkgdesc 'Groovy programming language' \ ---exec 'groovyConsole' \ ---name 'Groovy Console' + # Generate desktop shortcut + gendesk -f -n \ + --pkgname "$pkgname" \ + --pkgdesc 'Groovy programming language' \ + --exec 'groovyConsole' \ + --name 'Groovy Console' - # Patch the scripts - for f in "$pkgname-$pkgver/bin/"*; do -sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" - done + # Patch the scripts + for f in "$pkgname-$pkgver/bin/"*; do + sed 's:bin/env\ sh:bin/env\ sh\nGROOVY_HOME=/usr/share/groovy\nexport _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f" + done } package() { - cd "$pkgname-$pkgver" + cd "$pkgname-$pkgver" - # Create the directories and package the files - install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" - cp -r lib conf "$pkgdir/usr/share/groovy" - cp bin/* "$pkgdir/usr/bin" - rm "$pkgdir"/usr/bin/*completion - install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions + # Create the directories and package the files + install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin" + cp -r lib conf "$pkgdir/usr/share/groovy" + cp bin/* "$pkgdir/usr/bin" + rm "$pkgdir"/usr/bin/*completion + install -Dm644 bin/*completion -t "$pkgdir"/usr/share/bash-completion/completions - # Remove all DOS/Windows batch files - find $pkgdir -name '*.bat' -exec rm {} \; + # Remove all DOS/Windows batch files + find $pkgdir -name '*.bat' -exec rm {} \; - # Package the license file - install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname + # Package the license file + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname - # Package the desktop shortcut for Groovy Console - install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications - install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps + # Package the desktop shortcut for Groovy Console + install -Dm644 "$srcdir/$pkgname.desktop" -t "$pkgdir"/usr/share/applications + install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps }
[arch-commits] Commit in mate-themes/repos/community-any (PKGBUILD PKGBUILD)
Date: Monday, August 20, 2018 @ 22:56:34 Author: cesura Revision: 372932 archrelease: copy trunk to community-any Added: mate-themes/repos/community-any/PKGBUILD (from rev 372931, mate-themes/trunk/PKGBUILD) Deleted: mate-themes/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-20 22:56:07 UTC (rev 372931) +++ PKGBUILD2018-08-20 22:56:34 UTC (rev 372932) @@ -1,30 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-themes -pkgver=3.22.17 -pkgrel=1 -pkgdesc="Default themes for the MATE desktop" -url="http://mate-desktop.org"; -arch=('any') -license=('GPL') -makedepends=('gtk2' 'intltool') -optdepends=('gtk-engines: for gtk2 themes' -'gtk-engine-murrine: for gtk2 themes' -'mate-icon-theme: default icon theme') -options=('!emptydirs') -groups=('mate') -source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('3010979e45c3d00ebf71f571d9bf109b5b5bf2d680c118ae76b3959c3dd7c1ad') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-themes/repos/community-any/PKGBUILD (from rev 372931, mate-themes/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-20 22:56:34 UTC (rev 372932) @@ -0,0 +1,30 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-themes +pkgver=3.22.18 +pkgrel=1 +pkgdesc="Default themes for the MATE desktop" +url="http://mate-desktop.org"; +arch=('any') +license=('GPL') +makedepends=('gtk2' 'intltool') +optdepends=('gtk-engines: for gtk2 themes' +'gtk-engine-murrine: for gtk2 themes' +'mate-icon-theme: default icon theme') +options=('!emptydirs') +groups=('mate') +source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('d5b15adfeee09cb1e2266db8b10b64814b7f380753ae5ebd09b7ea88115f6814') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-themes/trunk (PKGBUILD)
Date: Monday, August 20, 2018 @ 22:56:07 Author: cesura Revision: 372931 upgpkg: mate-themes 3.22.18-1 Updated to version 3.22.18 Modified: mate-themes/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-20 22:37:41 UTC (rev 372930) +++ PKGBUILD2018-08-20 22:56:07 UTC (rev 372931) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-themes -pkgver=3.22.17 +pkgver=3.22.18 pkgrel=1 pkgdesc="Default themes for the MATE desktop" url="http://mate-desktop.org"; @@ -15,7 +15,7 @@ options=('!emptydirs') groups=('mate') source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('3010979e45c3d00ebf71f571d9bf109b5b5bf2d680c118ae76b3959c3dd7c1ad') +sha256sums=('d5b15adfeee09cb1e2266db8b10b64814b7f380753ae5ebd09b7ea88115f6814') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)
Date: Wednesday, August 15, 2018 @ 12:43:17 Author: cesura Revision: 371761 archrelease: copy trunk to community-x86_64 Added: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 371759, xfce4-whiskermenu-plugin/trunk/PKGBUILD) Deleted: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:43:12 UTC (rev 371760) +++ PKGBUILD2018-08-15 12:43:17 UTC (rev 371761) @@ -1,31 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Alexander F Rødseth -# Contributor: Graeme Gott - -pkgname=xfce4-whiskermenu-plugin -pkgver=2.2.0 -pkgrel=1 -pkgdesc='Menu for Xfce4' -arch=('x86_64') -url='https://gottcode.org/xfce4-whiskermenu-plugin/' -groups=('xfce4-goodies') -license=('GPL2') -depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') -makedepends=('cmake' 'ninja') -source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('8f68492a38cb2d148867162adff947dd37fed162b4ef4f31910660229ef00ef1') - -build() { - mkdir -p build - cd build - cmake "$srcdir/$pkgname-$pkgver" \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ - -GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 371759, xfce4-whiskermenu-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:43:17 UTC (rev 371761) @@ -0,0 +1,31 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Graeme Gott + +pkgname=xfce4-whiskermenu-plugin +pkgver=2.2.1 +pkgrel=1 +pkgdesc='Menu for Xfce4' +arch=('x86_64') +url='https://gottcode.org/xfce4-whiskermenu-plugin/' +groups=('xfce4-goodies') +license=('GPL2') +depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') +makedepends=('cmake' 'ninja') +source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available +sha256sums=('b5f8efcc94cb26e4394ae599ac5955d745f3c11c39605036709ede5454f302b9') + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:42:48 Author: cesura Revision: 371759 upgpkg: xfce4-whiskermenu-plugin 2.2.1-1 Updated to version 2.2.1 Modified: xfce4-whiskermenu-plugin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:41:31 UTC (rev 371758) +++ PKGBUILD2018-08-15 12:42:48 UTC (rev 371759) @@ -3,7 +3,7 @@ # Contributor: Graeme Gott pkgname=xfce4-whiskermenu-plugin -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc='Menu for Xfce4' arch=('x86_64') @@ -13,7 +13,7 @@ depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') makedepends=('cmake' 'ninja') source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('8f68492a38cb2d148867162adff947dd37fed162b4ef4f31910660229ef00ef1') +sha256sums=('b5f8efcc94cb26e4394ae599ac5955d745f3c11c39605036709ede5454f302b9') build() { mkdir -p build
[arch-commits] Commit in caja-extensions/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:33:38 Author: cesura Revision: 371747 archrelease: copy trunk to community-x86_64 Added: caja-extensions/repos/community-x86_64/PKGBUILD (from rev 371746, caja-extensions/trunk/PKGBUILD) Deleted: caja-extensions/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 202 ++--- 1 file changed, 101 insertions(+), 101 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:33:23 UTC (rev 371746) +++ PKGBUILD2018-08-15 12:33:38 UTC (rev 371747) @@ -1,101 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgbase=caja-extensions -pkgname=(caja-extensions-common caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tags) -pkgver=1.20.0 -pkgrel=2 -pkgdesc="Caja extensions" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba') -makedepends=('intltool' 'python') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";) -sha256sums=('f2b65081ddbe9062c5a6ee1e00b6433b43a4c7aaeb90e34047fbf41a863e71a9') - -build() { -cd ${pkgbase}-${pkgver} -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---disable-gksu - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package_caja-extensions-common() { -pkgdesc="Caja extensions (common files)" -depends=() - -cd ${pkgbase}-${pkgver} -make -C po DESTDIR="${pkgdir}" install -} - -package_caja-image-converter() { -pkgdesc="A Caja extension for simple image conversions" -depends=('caja' 'caja-extensions-common' 'imagemagick') -groups=('mate-extra') -conflicts=('caja-image-converter-gtk3') -replaces=('caja-image-converter-gtk3') - -cd ${pkgbase}-${pkgver} -make -C image-converter DESTDIR="${pkgdir}" install -} - -package_caja-open-terminal() { -pkgdesc="A Caja extension for opening terminals in arbitrary local paths" -depends=('caja' 'caja-extensions-common') -groups=('mate-extra') -conflicts=('caja-open-terminal-gtk3') -replaces=('caja-open-terminal-gtk3') - -cd "${srcdir}/${pkgbase}-${pkgver}" -make -C open-terminal DESTDIR="${pkgdir}" install -} - -package_caja-sendto() { -pkgdesc="A Caja extension for sending files" -depends=('caja' 'caja-extensions-common' 'dbus-glib' 'gupnp') -groups=('mate-extra') -optdepends=('pidgin: Support for sending to instant messaging networks.' -'gajim: Support for sending to XMPP.') -conflicts=('caja-sendto-gtk3') -replaces=('caja-sendto-gtk3') - -cd ${pkgbase}-${pkgver} -make -C sendto DESTDIR="${pkgdir}" install -} - -package_caja-share() { -pkgdesc="A Caja extension to quickly share a folder" -depends=('caja' 'caja-extensions-common' 'samba') -groups=('mate-extra') -conflicts=('caja-share-gtk3') -replaces=('caja-share-gtk3') - -cd ${pkgbase}-${pkgver} -make -C share DESTDIR="${pkgdir}" install -} - -package_caja-wallpaper() { -pkgdesc="A Caja extension to quickly set wallpaper" -depends=('caja' 'caja-extensions-common') -groups=('mate-extra') -conflicts=('caja-wallpaper-gtk3') -replaces=('caja-wallpaper-gtk3') - -cd ${pkgbase}-${pkgver} -make -C wallpaper DESTDIR="${pkgdir}" install -} - -package_caja-xattr-tags() { -pkgdesc="A Caja extension to see tags stored on xattrs" -depends=('caja' 'caja-extensions-common') -groups=('mate-extra') - -cd ${pkgbase}-${pkgver} -make -C xattr-tags DESTDIR="${pkgdir}" install -} Copied: caja-extensions/repos/community-x86_64/PKGBUILD (from rev 371746, caja-extensions/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:33:38 UTC (rev 371747) @@ -0,0 +1,101 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgbase=caja-extensions +pkgname=(caja-extensions-common caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tags) +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Caja extensions" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba') +makedepends=('intltool' 'python') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";) +sha256sums=('7610931d4a3135f2f3b88551652907e4ef25c48b3f18c8e83ecd65c3df606706') + +build() { +cd ${pkgbase}-${pkgver} +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--disable-gksu + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package_caja-extensions-common() { +pkgd
[arch-commits] Commit in caja-extensions/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:33:15 Author: cesura Revision: 371745 upgpkg: caja-extensions 1.20.1-1 Updated to version 1.20.1 Modified: caja-extensions/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:32:02 UTC (rev 371744) +++ PKGBUILD2018-08-15 12:33:15 UTC (rev 371745) @@ -1,10 +1,10 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgbase=caja-extensions pkgname=(caja-extensions-common caja-image-converter caja-open-terminal caja-sendto caja-share caja-wallpaper caja-xattr-tags) -pkgver=1.20.0 -pkgrel=2 +pkgver=1.20.1 +pkgrel=1 pkgdesc="Caja extensions" url="https://mate-desktop.org"; arch=('x86_64') @@ -12,7 +12,7 @@ depends=('caja' 'dbus-glib' 'gupnp' 'imagemagick' 'samba') makedepends=('intltool' 'python') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgbase-$pkgver.tar.xz";) -sha256sums=('f2b65081ddbe9062c5a6ee1e00b6433b43a4c7aaeb90e34047fbf41a863e71a9') +sha256sums=('7610931d4a3135f2f3b88551652907e4ef25c48b3f18c8e83ecd65c3df606706') build() { cd ${pkgbase}-${pkgver}
[arch-commits] Commit in mate-themes/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:31:33 Author: cesura Revision: 371742 archrelease: copy trunk to community-any Added: mate-themes/repos/community-any/PKGBUILD (from rev 371741, mate-themes/trunk/PKGBUILD) Deleted: mate-themes/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:31:12 UTC (rev 371741) +++ PKGBUILD2018-08-15 12:31:33 UTC (rev 371742) @@ -1,30 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-themes -pkgver=3.22.16 -pkgrel=1 -pkgdesc="Default themes for the MATE desktop" -url="http://mate-desktop.org"; -arch=('any') -license=('GPL') -makedepends=('gtk2' 'intltool') -optdepends=('gtk-engines: for gtk2 themes' -'gtk-engine-murrine: for gtk2 themes' -'mate-icon-theme: default icon theme') -options=('!emptydirs') -groups=('mate') -source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('b2e5e8c21fc214010b45043a9a55035e1a028bf44f42e927929b6c9995b818cd') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-themes/repos/community-any/PKGBUILD (from rev 371741, mate-themes/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:31:33 UTC (rev 371742) @@ -0,0 +1,30 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-themes +pkgver=3.22.17 +pkgrel=1 +pkgdesc="Default themes for the MATE desktop" +url="http://mate-desktop.org"; +arch=('any') +license=('GPL') +makedepends=('gtk2' 'intltool') +optdepends=('gtk-engines: for gtk2 themes' +'gtk-engine-murrine: for gtk2 themes' +'mate-icon-theme: default icon theme') +options=('!emptydirs') +groups=('mate') +source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('3010979e45c3d00ebf71f571d9bf109b5b5bf2d680c118ae76b3959c3dd7c1ad') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-themes/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:31:12 Author: cesura Revision: 371741 upgpkg: mate-themes 3.22.17-1 Updated to version 3.22.17 Modified: mate-themes/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:30:37 UTC (rev 371740) +++ PKGBUILD2018-08-15 12:31:12 UTC (rev 371741) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-themes -pkgver=3.22.16 +pkgver=3.22.17 pkgrel=1 pkgdesc="Default themes for the MATE desktop" url="http://mate-desktop.org"; @@ -15,7 +15,7 @@ options=('!emptydirs') groups=('mate') source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('b2e5e8c21fc214010b45043a9a55035e1a028bf44f42e927929b6c9995b818cd') +sha256sums=('3010979e45c3d00ebf71f571d9bf109b5b5bf2d680c118ae76b3959c3dd7c1ad') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in atril/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:23:40 Author: cesura Revision: 371732 archrelease: copy trunk to community-x86_64 Added: atril/repos/community-x86_64/PKGBUILD (from rev 371731, atril/trunk/PKGBUILD) Deleted: atril/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:23:15 UTC (rev 371731) +++ PKGBUILD2018-08-15 12:23:40 UTC (rev 371732) @@ -1,52 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=atril -pkgver=1.20.1 -pkgrel=1 -pkgdesc="MATE document viewer" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 'webkit2gtk') -makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin') -optdepends=('caja: Document Properties extension' -'texlive-bin: DVI support') -groups=('mate-extra') -conflicts=('atril-gtk3') -replaces=('atril-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";) -sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8') - -prepare() { -cd $pkgname-$pkgver - -# Fix mathjax path -sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' backend/epub/epub-document.c -} - -build() { -cd $pkgname-$pkgver -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---with-gtk=2.0 \ ---enable-djvu \ ---enable-dvi \ ---enable-epub \ ---enable-t1lib \ ---enable-pixbuf \ ---enable-comics \ ---enable-xps \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: atril/repos/community-x86_64/PKGBUILD (from rev 371731, atril/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:23:40 UTC (rev 371732) @@ -0,0 +1,52 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=atril +pkgver=1.20.2 +pkgrel=1 +pkgdesc="MATE document viewer" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 'webkit2gtk') +makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin') +optdepends=('caja: Document Properties extension' +'texlive-bin: DVI support') +groups=('mate-extra') +conflicts=('atril-gtk3') +replaces=('atril-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";) +sha256sums=('4793d9f9ada26659e5bd2bf5c9be0106b231543d25d4bd7172fbe2ec59d25de3') + +prepare() { +cd $pkgname-$pkgver + +# Fix mathjax path +sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' backend/epub/epub-document.c +} + +build() { +cd $pkgname-$pkgver +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--with-gtk=2.0 \ +--enable-djvu \ +--enable-dvi \ +--enable-epub \ +--enable-t1lib \ +--enable-pixbuf \ +--enable-comics \ +--enable-xps \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-user-share/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:28:43 Author: cesura Revision: 371738 archrelease: copy trunk to community-x86_64 Added: mate-user-share/repos/community-x86_64/PKGBUILD (from rev 371737, mate-user-share/trunk/PKGBUILD) Deleted: mate-user-share/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 37 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:28:22 UTC (rev 371737) +++ PKGBUILD2018-08-15 12:28:43 UTC (rev 371738) @@ -1,36 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-user-share -pkgver=1.20.0 -pkgrel=1 -pkgdesc="User level public file sharing via WebDAV for MATE" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('gtk3' 'mod_dnssd') -makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify') -optdepends=('caja: File sharing extension') -groups=('mate-extra') -conflicts=('mate-user-share-gtk3') -replaces=('mate-user-share-gtk3') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('78a43cabfaf595658e5e71f80881ccb36140bf29') - -build() { -cd ${pkgname}-${pkgver} -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexec=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---disable-bluetooth - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-user-share/repos/community-x86_64/PKGBUILD (from rev 371737, mate-user-share/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:28:43 UTC (rev 371738) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-user-share +pkgver=1.20.1 +pkgrel=1 +pkgdesc="User level public file sharing via WebDAV for MATE" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('gtk3' 'mod_dnssd') +makedepends=('caja' 'dbus-glib' 'intltool' 'itstool' 'libcanberra' 'libnotify') +optdepends=('caja: File sharing extension') +groups=('mate-extra') +conflicts=('mate-user-share-gtk3') +replaces=('mate-user-share-gtk3') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('36bbacaef8b4d5bc9f395817da13d7e5858f7e11aed33d0829f4a393268dbd6c') + +build() { +cd ${pkgname}-${pkgver} +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--libexec=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--disable-bluetooth + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-user-share/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:28:22 Author: cesura Revision: 371737 upgpkg: mate-user-share 1.20.1-1 Updated to version 1.20.1 Modified: mate-user-share/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:27:29 UTC (rev 371736) +++ PKGBUILD2018-08-15 12:28:22 UTC (rev 371737) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-user-share -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="User level public file sharing via WebDAV for MATE" url="http://mate-desktop.org"; @@ -14,7 +15,7 @@ conflicts=('mate-user-share-gtk3') replaces=('mate-user-share-gtk3') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('78a43cabfaf595658e5e71f80881ccb36140bf29') +sha256sums=('36bbacaef8b4d5bc9f395817da13d7e5858f7e11aed33d0829f4a393268dbd6c') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mozo/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:27:29 Author: cesura Revision: 371736 archrelease: copy trunk to community-any Added: mozo/repos/community-any/PKGBUILD (from rev 371735, mozo/trunk/PKGBUILD) Deleted: mozo/repos/community-any/PKGBUILD --+ PKGBUILD | 57 + 1 file changed, 29 insertions(+), 28 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:27:09 UTC (rev 371735) +++ PKGBUILD2018-08-15 12:27:29 UTC (rev 371736) @@ -1,28 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mozo -pkgver=1.20.0 -pkgrel=1 -pkgdesc="MATE menu editing tool" -url="http://mate-desktop.org"; -arch=('any') -license=('GPL') -depends=('gtk3' 'mate-menus' 'python2-gobject') -makedepends=('intltool') -groups=('mate-extra') -conflicts=('mozo-gtk3') -replaces=('mozo-gtk3') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('bd03a195abd0641e15437160ffecf6a6a42b0420') - -build() { -cd ${pkgname}-${pkgver} -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mozo/repos/community-any/PKGBUILD (from rev 371735, mozo/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:27:29 UTC (rev 371736) @@ -0,0 +1,29 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mozo +pkgver=1.20.1 +pkgrel=1 +pkgdesc="MATE menu editing tool" +url="http://mate-desktop.org"; +arch=('any') +license=('GPL') +depends=('gtk3' 'mate-menus' 'python2-gobject') +makedepends=('intltool') +groups=('mate-extra') +conflicts=('mozo-gtk3') +replaces=('mozo-gtk3') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('377b7fb55c66f3b57593cb800ba997d437f8c8b59a4d402953221634f0e2339b') + +build() { +cd ${pkgname}-${pkgver} +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mozo/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:27:09 Author: cesura Revision: 371735 upgpkg: mozo 1.20.1-1 Updated to version 1.20.1 Modified: mozo/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:26:10 UTC (rev 371734) +++ PKGBUILD2018-08-15 12:27:09 UTC (rev 371735) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mozo -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="MATE menu editing tool" url="http://mate-desktop.org"; @@ -13,7 +14,7 @@ conflicts=('mozo-gtk3') replaces=('mozo-gtk3') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('bd03a195abd0641e15437160ffecf6a6a42b0420') +sha256sums=('377b7fb55c66f3b57593cb800ba997d437f8c8b59a4d402953221634f0e2339b') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in engrampa/repos/community-x86_64 (4 files)
Date: Wednesday, August 15, 2018 @ 12:26:10 Author: cesura Revision: 371734 archrelease: copy trunk to community-x86_64 Added: engrampa/repos/community-x86_64/PKGBUILD (from rev 371733, engrampa/trunk/PKGBUILD) engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch (from rev 371733, engrampa/trunk/fr-rpm-bsdtar.patch) Deleted: engrampa/repos/community-x86_64/PKGBUILD engrampa/repos/community-x86_64/fr-rpm-bsdtar.patch -+ PKGBUILD| 94 +++ fr-rpm-bsdtar.patch | 120 +- 2 files changed, 107 insertions(+), 107 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:25:48 UTC (rev 371733) +++ PKGBUILD2018-08-15 12:26:10 UTC (rev 371734) @@ -1,47 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=engrampa -pkgver=1.20.0 -pkgrel=1 -pkgdesc="Archive manipulator for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip') -makedepends=('caja' 'intltool' 'itstool' 'python') -optdepends=('caja: file archiver extension' -'p7zip: 7Z and ARJ archive support' -'unace: ACE archive support' -'unrar: RAR archive support') -groups=('mate-extra') -conflicts=("engrampa-gtk3") -replaces=("engrampa-gtk3") -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"; -fr-rpm-bsdtar.patch) -sha256sums=('d5daac72a67a5e5b3d317f0031cc59e63c89c9b5fcc689932e192812e22860de' -'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77') - -prepare() { -cd ${pkgname}-${pkgver} -# This patch 'depends' on libarchive -patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch" -} - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---disable-packagekit - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: engrampa/repos/community-x86_64/PKGBUILD (from rev 371733, engrampa/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:26:10 UTC (rev 371734) @@ -0,0 +1,47 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=engrampa +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Archive manipulator for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('gtk3' 'gzip' 'libarchive' 'tar' 'unzip' 'zip') +makedepends=('caja' 'intltool' 'itstool' 'python') +optdepends=('caja: file archiver extension' +'p7zip: 7Z and ARJ archive support' +'unace: ACE archive support' +'unrar: RAR archive support') +groups=('mate-extra') +conflicts=("engrampa-gtk3") +replaces=("engrampa-gtk3") +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"; +fr-rpm-bsdtar.patch) +sha256sums=('ce7013b40e6102aa4076009fa9bd09f8c0c3a951f484fb87380c4625a992e926' +'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77') + +prepare() { +cd ${pkgname}-${pkgver} +# This patch 'depends' on libarchive +patch -Np1 -i "${srcdir}/fr-rpm-bsdtar.patch" +} + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--disable-packagekit + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +} Deleted: fr-rpm-bsdtar.patch === --- fr-rpm-bsdtar.patch 2018-08-15 12:25:48 UTC (rev 371733) +++ fr-rpm-bsdtar.patch 2018-08-15 12:26:10 UTC (rev 371734) @@ -1,60 +0,0 @@ -This makes Engrampa use bsdtar to extract .RPM packages instead of using cpio. -It is useful on systems that do not have cpio or RPM/YUM -This patch was created for Arch Linux, however should work on any system that has bsdtar capable of handling cpio archives. - ---+ - rpm2cpio.c | 2 +- - fr-command-rpm.c | 8 - 2 files changed, 5 insertions(+), 5 deletions(-) - -Index: src/commands/rpm2cpio.c - mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-03-31 -+++ mate-file-archiver-1.6.0/src/commands/rpm2cpio.c 2013-07-26 -@@ -128,7 +128,7 @@ - archive_command = "bzip2 -dc"; - fclose (stream); - -- command = g_strdup_printf ("sh -c \"dd if=%s ibs=%u skip=1 2>/dev/null | %s | cpio %s\"", g_shell_quote (filename), offset, archive_command, c
[arch-commits] Commit in engrampa/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:25:48 Author: cesura Revision: 371733 upgpkg: engrampa 1.20.1-1 Updated to version 1.20.1 Modified: engrampa/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:23:40 UTC (rev 371732) +++ PKGBUILD2018-08-15 12:25:48 UTC (rev 371733) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=engrampa -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="Archive manipulator for MATE" url="https://mate-desktop.org"; @@ -19,7 +19,7 @@ replaces=("engrampa-gtk3") source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"; fr-rpm-bsdtar.patch) -sha256sums=('d5daac72a67a5e5b3d317f0031cc59e63c89c9b5fcc689932e192812e22860de' +sha256sums=('ce7013b40e6102aa4076009fa9bd09f8c0c3a951f484fb87380c4625a992e926' 'dc05c3b3fbc8242d1c85b58f756f998d644d920c8444d0872e9ffef1ce297f77') prepare() {
[arch-commits] Commit in atril/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:23:15 Author: cesura Revision: 371731 upgpkg: atril 1.20.2-1 Updated to version 1.20.2 Modified: atril/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:16:34 UTC (rev 371730) +++ PKGBUILD2018-08-15 12:23:15 UTC (rev 371731) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=atril -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="MATE document viewer" url="https://mate-desktop.org"; @@ -16,7 +16,7 @@ conflicts=('atril-gtk3') replaces=('atril-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz";) -sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8') +sha256sums=('4793d9f9ada26659e5bd2bf5c9be0106b231543d25d4bd7172fbe2ec59d25de3') prepare() { cd $pkgname-$pkgver
[arch-commits] Commit in mate-user-guide/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:16:34 Author: cesura Revision: 371730 archrelease: copy trunk to community-any Added: mate-user-guide/repos/community-any/PKGBUILD (from rev 371729, mate-user-guide/trunk/PKGBUILD) Deleted: mate-user-guide/repos/community-any/PKGBUILD --+ PKGBUILD | 53 +++-- 1 file changed, 27 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:16:10 UTC (rev 371729) +++ PKGBUILD2018-08-15 12:16:34 UTC (rev 371730) @@ -1,26 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-user-guide -pkgver=1.20.0 -pkgrel=1 -pkgdesc="MATE User Guide" -groups=('mate') -url="http://mate-desktop.org"; -arch=('any') -license=('FDL') -depends=('yelp') -makedepends=('itstool' 'intltool') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('31e43207d7173653a39941994ede98db2265c093') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-user-guide/repos/community-any/PKGBUILD (from rev 371729, mate-user-guide/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:16:34 UTC (rev 371730) @@ -0,0 +1,27 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-user-guide +pkgver=1.20.1 +pkgrel=1 +pkgdesc="MATE User Guide" +groups=('mate') +url="http://mate-desktop.org"; +arch=('any') +license=('FDL') +depends=('yelp') +makedepends=('itstool' 'intltool') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('a27eb51e89acdd24425706f5fe44a57b805023c5') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-user-guide/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:16:10 Author: cesura Revision: 371729 upgpkg: mate-user-guide 1.20.1-1 Updated to version 1.20.1 Modified: mate-user-guide/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 12:02:44 UTC (rev 371728) +++ PKGBUILD2018-08-15 12:16:10 UTC (rev 371729) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-user-guide -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="MATE User Guide" groups=('mate') @@ -11,7 +12,7 @@ depends=('yelp') makedepends=('itstool' 'intltool') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('31e43207d7173653a39941994ede98db2265c093') +sha1sums=('a27eb51e89acdd24425706f5fe44a57b805023c5') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-session-manager/repos/community-x86_64 (2 files)
Date: Wednesday, August 15, 2018 @ 12:02:44 Author: cesura Revision: 371728 archrelease: copy trunk to community-x86_64 Added: mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 371727, mate-session-manager/trunk/PKGBUILD) Deleted: mate-session-manager/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 12:02:23 UTC (rev 371727) +++ PKGBUILD2018-08-15 12:02:44 UTC (rev 371728) @@ -1,35 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-session-manager -pkgver=1.20.0 -pkgrel=1 -pkgdesc="The MATE Session Handler" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop') -makedepends=('intltool' 'xtrans' 'systemd' 'python') -optdepends=('gnome-keyring: keyring support' -'xdg-user-dirs-gtk: manage user directories') -groups=('mate') -conflicts=('mate-session-manager-gtk3') -replaces=('mate-session-manager-gtk3') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('4f5c4068f3e1f4d63bb86340b375c2f73dec8fb54066d7da589f70a89337f96f') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-upower -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 371727, mate-session-manager/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 12:02:44 UTC (rev 371728) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-session-manager +pkgver=1.20.1 +pkgrel=1 +pkgdesc="The MATE Session Handler" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop') +makedepends=('intltool' 'xtrans' 'systemd' 'python') +optdepends=('gnome-keyring: keyring support' +'xdg-user-dirs-gtk: manage user directories') +groups=('mate') +conflicts=('mate-session-manager-gtk3') +replaces=('mate-session-manager-gtk3') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('251eec7ae8a79627d736138c6eb87206f4bf53ba772210f3d5dd017d0d51bd3d') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--disable-upower +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-session-manager/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 12:02:23 Author: cesura Revision: 371727 upgpkg: mate-session-manager 1.20.1-1 Updated to version 1.20.1 Modified: mate-session-manager/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 11:59:51 UTC (rev 371726) +++ PKGBUILD2018-08-15 12:02:23 UTC (rev 371727) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-session-manager -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="The MATE Session Handler" url="http://mate-desktop.org"; @@ -16,7 +16,7 @@ conflicts=('mate-session-manager-gtk3') replaces=('mate-session-manager-gtk3') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('4f5c4068f3e1f4d63bb86340b375c2f73dec8fb54066d7da589f70a89337f96f') +sha256sums=('251eec7ae8a79627d736138c6eb87206f4bf53ba772210f3d5dd017d0d51bd3d') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-sensors-applet/repos/community-x86_64 (2 files)
Date: Wednesday, August 15, 2018 @ 11:59:51 Author: cesura Revision: 371726 archrelease: copy trunk to community-x86_64 Added: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 371725, mate-sensors-applet/trunk/PKGBUILD) Deleted: mate-sensors-applet/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 11:59:30 UTC (rev 371725) +++ PKGBUILD2018-08-15 11:59:51 UTC (rev 371726) @@ -1,34 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-sensors-applet -pkgver=1.20.1 -pkgrel=1 -pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') -makedepends=('docbook-xsl' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=('mate-sensors-applet-gtk3') -replaces=('mate-sensors-applet-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952') - -build() { - cd ${pkgname}-${pkgver} - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/${pkgname} - - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 371725, mate-sensors-applet/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 11:59:51 UTC (rev 371726) @@ -0,0 +1,34 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-sensors-applet +pkgver=1.20.2 +pkgrel=1 +pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') +makedepends=('docbook-xsl' 'intltool' 'itstool') +groups=('mate-extra') +conflicts=('mate-sensors-applet-gtk3') +replaces=('mate-sensors-applet-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('cb0458deeac0d83ce94cce3d225186d0708af7b61e4469544df7092725ff1d4e') + +build() { + cd ${pkgname}-${pkgver} + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + 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 mate-sensors-applet/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:59:30 Author: cesura Revision: 371725 upgpkg: mate-sensors-applet 1.20.2-1 Updated to version 1.20.2 Modified: mate-sensors-applet/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 11:57:39 UTC (rev 371724) +++ PKGBUILD2018-08-15 11:59:30 UTC (rev 371725) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-sensors-applet -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ conflicts=('mate-sensors-applet-gtk3') replaces=('mate-sensors-applet-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952') +sha256sums=('cb0458deeac0d83ce94cce3d225186d0708af7b61e4469544df7092725ff1d4e') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-system-monitor/repos/community-x86_64 (2 files)
Date: Wednesday, August 15, 2018 @ 11:57:39 Author: cesura Revision: 371724 archrelease: copy trunk to community-x86_64 Added: mate-system-monitor/repos/community-x86_64/PKGBUILD (from rev 371723, mate-system-monitor/trunk/PKGBUILD) Deleted: mate-system-monitor/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 63 ++--- 1 file changed, 32 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 11:57:18 UTC (rev 371723) +++ PKGBUILD2018-08-15 11:57:39 UTC (rev 371724) @@ -1,31 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-system-monitor -pkgver=1.20.0 -pkgrel=1 -pkgdesc="A system monitor for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('gtkmm3' 'libgtop' 'libwnck3') -makedepends=('intltool' 'itstool' 'python') -conflicts=('mate-system-monitor-gtk3') -replaces=('mate-system-monitor-gtk3') -groups=('mate-extra') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('c5f2ab0884b338cad0819b5e5f3b869e5039e16455db140e8b9afc07a4cf2a15') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---localstatedir=/var \ ---enable-systemd -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-system-monitor/repos/community-x86_64/PKGBUILD (from rev 371723, mate-system-monitor/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 11:57:39 UTC (rev 371724) @@ -0,0 +1,32 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-system-monitor +pkgver=1.20.1 +pkgrel=1 +pkgdesc="A system monitor for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('gtkmm3' 'libgtop' 'libwnck3') +makedepends=('intltool' 'itstool' 'python') +conflicts=('mate-system-monitor-gtk3') +replaces=('mate-system-monitor-gtk3') +groups=('mate-extra') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('96e9952ef286c7eff8ba5a590c7b34ac6537a5ef8a89ea95b2750f8dc8a8') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--localstatedir=/var \ +--enable-systemd +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-system-monitor/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:57:18 Author: cesura Revision: 371723 upgpkg: mate-system-monitor 1.20.1-1 Updated to version 1.20.1 Modified: mate-system-monitor/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 11:54:19 UTC (rev 371722) +++ PKGBUILD2018-08-15 11:57:18 UTC (rev 371723) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-system-monitor -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="A system monitor for MATE" url="https://mate-desktop.org"; @@ -13,7 +14,7 @@ replaces=('mate-system-monitor-gtk3') groups=('mate-extra') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('c5f2ab0884b338cad0819b5e5f3b869e5039e16455db140e8b9afc07a4cf2a15') +sha256sums=('96e9952ef286c7eff8ba5a590c7b34ac6537a5ef8a89ea95b2750f8dc8a8') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-terminal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:54:19 Author: cesura Revision: 371722 archrelease: copy trunk to community-x86_64 Added: mate-terminal/repos/community-x86_64/PKGBUILD (from rev 371721, mate-terminal/trunk/PKGBUILD) Deleted: mate-terminal/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 58 +- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 11:53:58 UTC (rev 371721) +++ PKGBUILD2018-08-15 11:54:19 UTC (rev 371722) @@ -1,29 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-terminal -pkgver=1.20.0 -pkgrel=1 -pkgdesc="The MATE Terminal Emulator" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libsm' 'mate-desktop' 'vte3') -makedepends=('intltool' 'itstool' 'python') -groups=('mate-extra') -conflicts=('mate-terminal-gtk3') -replaces=('mate-terminal-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('5f81ac98793880c03fea143c49b997c4c616d6bc77146faab15ff57a3434660c') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-terminal/repos/community-x86_64/PKGBUILD (from rev 371721, mate-terminal/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 11:54:19 UTC (rev 371722) @@ -0,0 +1,29 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-terminal +pkgver=1.20.1 +pkgrel=1 +pkgdesc="The MATE Terminal Emulator" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libsm' 'mate-desktop' 'vte3') +makedepends=('intltool' 'itstool' 'python') +groups=('mate-extra') +conflicts=('mate-terminal-gtk3') +replaces=('mate-terminal-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('27a97914d92f5cc1b0744fe10c60d0484d7eeb699bc5dafe2fc3f75b4f41d979') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-terminal/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:53:58 Author: cesura Revision: 371721 upgpkg: mate-terminal 1.20.1-1 Updated to version 1.20.1 Modified: mate-terminal/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 11:51:05 UTC (rev 371720) +++ PKGBUILD2018-08-15 11:53:58 UTC (rev 371721) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-terminal -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="The MATE Terminal Emulator" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ conflicts=('mate-terminal-gtk3') replaces=('mate-terminal-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('5f81ac98793880c03fea143c49b997c4c616d6bc77146faab15ff57a3434660c') +sha256sums=('27a97914d92f5cc1b0744fe10c60d0484d7eeb699bc5dafe2fc3f75b4f41d979') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:51:05 Author: cesura Revision: 371720 archrelease: copy trunk to community-x86_64 Added: mate-utils/repos/community-x86_64/PKGBUILD (from rev 371719, mate-utils/trunk/PKGBUILD) Deleted: mate-utils/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 37 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 11:50:41 UTC (rev 371719) +++ PKGBUILD2018-08-15 11:51:05 UTC (rev 371720) @@ -1,36 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-utils -pkgver=1.20.0 -pkgrel=1 -pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm') -makedepends=('intltool' 'itstool' 'mate-panel' 'python') -optdepends=('mate-panel: Look up words in dictionaries from the panel') -groups=('mate-extra') -conflicts=('mate-utils-gtk3') -replaces=('mate-utils-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${_pkgbase} \ ---sysconfdir=/etc \ ---disable-maintainer-flags - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-utils/repos/community-x86_64/PKGBUILD (from rev 371719, mate-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 11:51:05 UTC (rev 371720) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-utils +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm') +makedepends=('intltool' 'itstool' 'mate-panel' 'python') +optdepends=('mate-panel: Look up words in dictionaries from the panel') +groups=('mate-extra') +conflicts=('mate-utils-gtk3') +replaces=('mate-utils-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${_pkgbase} \ +--sysconfdir=/etc \ +--disable-maintainer-flags + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-utils/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:50:41 Author: cesura Revision: 371719 upgpkg: mate-utils 1.20.1-1 Updated to version 1.20.1 Modified: mate-utils/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 11:36:22 UTC (rev 371718) +++ PKGBUILD2018-08-15 11:50:41 UTC (rev 371719) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-utils -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files" url="http://mate-desktop.org"; @@ -14,7 +15,7 @@ conflicts=('mate-utils-gtk3') replaces=('mate-utils-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681') +sha256sums=('6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-panel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:36:22 Author: cesura Revision: 371718 archrelease: copy trunk to community-x86_64 Added: mate-panel/repos/community-x86_64/PKGBUILD (from rev 371717, mate-panel/trunk/PKGBUILD) Deleted: mate-panel/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-08-15 11:34:40 UTC (rev 371717) +++ PKGBUILD2018-08-15 11:36:22 UTC (rev 371718) @@ -1,37 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-panel -pkgver=1.20.2 -pkgrel=1 -pkgdesc="The MATE Panel" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -groups=('mate') -conflicts=('mate-panel-gtk3') -replaces=('mate-panel-gtk3') -sha256sums=('d688fc3a81f517d056c233e7295ec4055f7d9e96de8be55f0b7237cd89fbe039') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 371717, mate-panel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-08-15 11:36:22 UTC (rev 371718) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-panel +pkgver=1.20.3 +pkgrel=1 +pkgdesc="The MATE Panel" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +groups=('mate') +conflicts=('mate-panel-gtk3') +replaces=('mate-panel-gtk3') +sha256sums=('ceb56d7de37c162e3671e3bf061753d0af3aa3b8e477b04ddb90301a9ab6e856') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-panel/trunk (PKGBUILD)
Date: Wednesday, August 15, 2018 @ 11:34:40 Author: cesura Revision: 371717 upgpkg: mate-panel 1.20.3-1 Updated to version 1.20.3 Modified: mate-panel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-15 11:23:45 UTC (rev 371716) +++ PKGBUILD2018-08-15 11:34:40 UTC (rev 371717) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-panel -pkgver=1.20.2 +pkgver=1.20.3 pkgrel=1 pkgdesc="The MATE Panel" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate') conflicts=('mate-panel-gtk3') replaces=('mate-panel-gtk3') -sha256sums=('d688fc3a81f517d056c233e7295ec4055f7d9e96de8be55f0b7237cd89fbe039') +sha256sums=('ceb56d7de37c162e3671e3bf061753d0af3aa3b8e477b04ddb90301a9ab6e856') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-screensaver/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 19:04:32 Author: cesura Revision: 361137 archrelease: copy trunk to community-x86_64 Added: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 361136, mate-screensaver/trunk/PKGBUILD) Deleted: mate-screensaver/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 19:02:51 UTC (rev 361136) +++ PKGBUILD2018-07-17 19:04:32 UTC (rev 361137) @@ -1,38 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-screensaver -pkgver=1.20.1 -pkgrel=1 -pkgdesc='Screensaver for MATE' -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') -makedepends=('intltool' 'systemd') -optdepends=('rss-glx: Really slick screensavers') -groups=('mate-extra') -conflicts=('mate-screensaver-gtk3') -replaces=('mate-screensaver-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('109309499e1d2d1794ee1df80af65aeaeb9696a1e08b5a8a97bc7a5e421299d5') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/xscreensaver \ ---with-mit-ext \ ---with-libnotify \ ---enable-locking \ ---without-console-kit -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 361136, mate-screensaver/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 19:04:32 UTC (rev 361137) @@ -0,0 +1,38 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-screensaver +pkgver=1.20.1 +pkgrel=1 +pkgdesc='Screensaver for MATE' +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') +makedepends=('intltool' 'systemd') +optdepends=('rss-glx: Really slick screensavers') +groups=('mate-extra') +conflicts=('mate-screensaver-gtk3') +replaces=('mate-screensaver-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('109309499e1d2d1794ee1df80af65aeaeb9696a1e08b5a8a97bc7a5e421299d5') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--with-xscreensaverdir=/usr/share/xscreensaver/config \ +--with-xscreensaverhackdir=/usr/lib/xscreensaver \ +--with-mit-ext \ +--with-libnotify \ +--enable-locking \ +--without-console-kit +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-screensaver/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 19:02:51 Author: cesura Revision: 361136 archrelease: copy trunk to community-x86_64 Added: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 361135, mate-screensaver/trunk/PKGBUILD) Deleted: mate-screensaver/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 19:02:29 UTC (rev 361135) +++ PKGBUILD2018-07-17 19:02:51 UTC (rev 361136) @@ -1,38 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-screensaver -pkgver=1.20.0 -pkgrel=1 -pkgdesc='Screensaver for MATE' -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') -makedepends=('intltool' 'systemd') -optdepends=('rss-glx: Really slick screensavers') -groups=('mate-extra') -conflicts=('mate-screensaver-gtk3') -replaces=('mate-screensaver-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('69927e32b49b9723ab26a9cc0005f84ff904103d9eb71e926dc44d5311302899') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---with-xscreensaverdir=/usr/share/xscreensaver/config \ ---with-xscreensaverhackdir=/usr/lib/xscreensaver \ ---with-mit-ext \ ---with-libnotify \ ---enable-locking \ ---without-console-kit -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-screensaver/repos/community-x86_64/PKGBUILD (from rev 361135, mate-screensaver/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 19:02:51 UTC (rev 361136) @@ -0,0 +1,38 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-screensaver +pkgver=1.20.1 +pkgrel=1 +pkgdesc='Screensaver for MATE' +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libmatekbd' 'libnotify' 'libxss' 'mate-desktop' 'mate-menus' 'mate-session-manager') +makedepends=('intltool' 'systemd') +optdepends=('rss-glx: Really slick screensavers') +groups=('mate-extra') +conflicts=('mate-screensaver-gtk3') +replaces=('mate-screensaver-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('109309499e1d2d1794ee1df80af65aeaeb9696a1e08b5a8a97bc7a5e421299d5') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--with-xscreensaverdir=/usr/share/xscreensaver/config \ +--with-xscreensaverhackdir=/usr/lib/xscreensaver \ +--with-mit-ext \ +--with-libnotify \ +--enable-locking \ +--without-console-kit +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-screensaver/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 19:02:29 Author: cesura Revision: 361135 upgpkg: mate-screensaver 1.20.1-1 Updated to version 1.20.1 Modified: mate-screensaver/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:58:23 UTC (rev 361134) +++ PKGBUILD2018-07-17 19:02:29 UTC (rev 361135) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-screensaver -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc='Screensaver for MATE' url="https://mate-desktop.org"; @@ -15,7 +15,7 @@ conflicts=('mate-screensaver-gtk3') replaces=('mate-screensaver-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('69927e32b49b9723ab26a9cc0005f84ff904103d9eb71e926dc44d5311302899') +sha256sums=('109309499e1d2d1794ee1df80af65aeaeb9696a1e08b5a8a97bc7a5e421299d5') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:58:23 Author: cesura Revision: 361134 archrelease: copy trunk to community-x86_64 Added: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 361133, mate-power-manager/trunk/PKGBUILD) Deleted: mate-power-manager/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:58:00 UTC (rev 361133) +++ PKGBUILD2018-07-17 18:58:23 UTC (rev 361134) @@ -1,36 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-power-manager -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Power management tool for the MATE desktop" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') -makedepends=('intltool' 'itstool' 'mate-panel' 'python') -optdepends=('mate-panel: Set brightness and inhibit power management from the panel') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -groups=('mate-extra') -conflicts=('mate-power-manager-gtk3') -replaces=('mate-power-manager-gtk3') -sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---enable-applets \ ---disable-strict -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 361133, mate-power-manager/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:58:23 UTC (rev 361134) @@ -0,0 +1,36 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-power-manager +pkgver=1.20.2 +pkgrel=1 +pkgdesc="Power management tool for the MATE desktop" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') +makedepends=('intltool' 'itstool' 'mate-panel' 'python') +optdepends=('mate-panel: Set brightness and inhibit power management from the panel') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +groups=('mate-extra') +conflicts=('mate-power-manager-gtk3') +replaces=('mate-power-manager-gtk3') +sha256sums=('506e58d23cdfd06f65159effbfd5ebd2e3e5625a9d8de77ae7502b6ebb24e5fc') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--sbindir=/usr/bin \ +--enable-applets \ +--disable-strict +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:58:00 Author: cesura Revision: 361133 upgpkg: mate-power-manager 1.20.2-1 Updated to version 1.20.2 Modified: mate-power-manager/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:55:37 UTC (rev 361132) +++ PKGBUILD2018-07-17 18:58:00 UTC (rev 361133) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-power-manager -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="Power management tool for the MATE desktop" url="https://mate-desktop.org"; @@ -15,7 +15,7 @@ groups=('mate-extra') conflicts=('mate-power-manager-gtk3') replaces=('mate-power-manager-gtk3') -sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8') +sha256sums=('506e58d23cdfd06f65159effbfd5ebd2e3e5625a9d8de77ae7502b6ebb24e5fc') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-polkit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:55:37 Author: cesura Revision: 361132 archrelease: copy trunk to community-x86_64 Added: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 361131, mate-polkit/trunk/PKGBUILD) Deleted: mate-polkit/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:55:15 UTC (rev 361131) +++ PKGBUILD2018-07-17 18:55:37 UTC (rev 361132) @@ -1,37 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-polkit -pkgver=1.20.0 -pkgrel=1 -pkgdesc="PolicyKit integration for the MATE desktop" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('LGPL') -groups=('mate') -depends=('gtk3' 'polkit') -makedepends=('accountsservice' 'gobject-introspection' 'intltool') -conflicts=('mate-polkit-gtk3') -replaces=('mate-polkit-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-polkit/repos/community-x86_64/PKGBUILD (from rev 361131, mate-polkit/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:55:37 UTC (rev 361132) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-polkit +pkgver=1.20.1 +pkgrel=1 +pkgdesc="PolicyKit integration for the MATE desktop" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('LGPL') +groups=('mate') +depends=('gtk3' 'polkit') +makedepends=('accountsservice' 'gobject-introspection' 'intltool') +conflicts=('mate-polkit-gtk3') +replaces=('mate-polkit-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-polkit/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:55:15 Author: cesura Revision: 361131 upgpkg: mate-polkit 1.20.1-1 Updated to version 1.20.1 Modified: mate-polkit/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:52:21 UTC (rev 361130) +++ PKGBUILD2018-07-17 18:55:15 UTC (rev 361131) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-polkit -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="PolicyKit integration for the MATE desktop" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ conflicts=('mate-polkit-gtk3') replaces=('mate-polkit-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('242988d0033f878b967dea5ad380cc7cb49910b9b2ea33e95061bf3062cd8101') +sha256sums=('53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-notification-daemon/repos/community-x86_64 (2 files)
Date: Tuesday, July 17, 2018 @ 18:52:21 Author: cesura Revision: 361130 archrelease: copy trunk to community-x86_64 Added: mate-notification-daemon/repos/community-x86_64/PKGBUILD (from rev 361129, mate-notification-daemon/trunk/PKGBUILD) Deleted: mate-notification-daemon/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:51:59 UTC (rev 361129) +++ PKGBUILD2018-07-17 18:52:21 UTC (rev 361130) @@ -1,35 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-notification-daemon -pkgver=1.20.0 -pkgrel=1 -provides=('notification-daemon') -pkgdesc="Notification daemon for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -groups=('mate') -depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify') -makedepends=('intltool' 'python') -conflicts=('mate-notification-daemon-gtk3') -replaces=('mate-notification-daemon-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('ae304c5beca9aae5bf757d41692edabcb887dd43b0bdc89d07a2c57fed290437') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-notification-daemon/repos/community-x86_64/PKGBUILD (from rev 361129, mate-notification-daemon/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:52:21 UTC (rev 361130) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-notification-daemon +pkgver=1.20.1 +pkgrel=1 +provides=('notification-daemon') +pkgdesc="Notification daemon for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +groups=('mate') +depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify') +makedepends=('intltool' 'python') +conflicts=('mate-notification-daemon-gtk3') +replaces=('mate-notification-daemon-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('e85cd01f40d238c57b3da30537fbd561102e652f492b20ebfea79938d8e39a43') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-notification-daemon/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:51:59 Author: cesura Revision: 361129 upgpkg: mate-notification-daemon 1.20.1-1 Updated to version 1.20.1 Modified: mate-notification-daemon/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:48:52 UTC (rev 361128) +++ PKGBUILD2018-07-17 18:51:59 UTC (rev 361129) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-notification-daemon -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 provides=('notification-daemon') pkgdesc="Notification daemon for MATE" @@ -15,7 +15,7 @@ conflicts=('mate-notification-daemon-gtk3') replaces=('mate-notification-daemon-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('ae304c5beca9aae5bf757d41692edabcb887dd43b0bdc89d07a2c57fed290437') +sha256sums=('e85cd01f40d238c57b3da30537fbd561102e652f492b20ebfea79938d8e39a43') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-netbook/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:48:52 Author: cesura Revision: 361128 archrelease: copy trunk to community-x86_64 Added: mate-netbook/repos/community-x86_64/PKGBUILD (from rev 361127, mate-netbook/trunk/PKGBUILD) Deleted: mate-netbook/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 61 +++-- 1 file changed, 31 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:48:29 UTC (rev 361127) +++ PKGBUILD2018-07-17 18:48:52 UTC (rev 361128) @@ -1,30 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-netbook -pkgver=1.20.0 -pkgrel=1 -pkgdesc="A simple window management tool (GTK2 version)" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libfakekey' 'mate-panel') -makedepends=('intltool') -groups=('mate-extra') -conflicts=('mate-netbook-gtk3') -replaces=('mate-netbook-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexec=/usr/lib/${pkgname} \ ---sysconfdir=/etc -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-netbook/repos/community-x86_64/PKGBUILD (from rev 361127, mate-netbook/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:48:52 UTC (rev 361128) @@ -0,0 +1,31 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-netbook +pkgver=1.20.1 +pkgrel=1 +pkgdesc="A simple window management tool (GTK2 version)" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libfakekey' 'mate-panel') +makedepends=('intltool') +groups=('mate-extra') +conflicts=('mate-netbook-gtk3') +replaces=('mate-netbook-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('58331b140c7b2c38edba9ab200aebd2e3a4655fbc65ff1df4ce748b315059ac6') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexec=/usr/lib/${pkgname} \ +--sysconfdir=/etc +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-netbook/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:48:29 Author: cesura Revision: 361127 upgpkg: mate-netbook 1.20.1-1 Updated to version 1.20.1 Modified: mate-netbook/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:46:22 UTC (rev 361126) +++ PKGBUILD2018-07-17 18:48:29 UTC (rev 361127) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-netbook -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="A simple window management tool (GTK2 version)" url="https://mate-desktop.org"; @@ -13,7 +14,7 @@ conflicts=('mate-netbook-gtk3') replaces=('mate-netbook-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('3f2f1ebb1cdf778769bafaea9d3ba17beb1d74b1a078b4085e9c5a17bc9d22f1') +sha256sums=('58331b140c7b2c38edba9ab200aebd2e3a4655fbc65ff1df4ce748b315059ac6') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-media/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:46:22 Author: cesura Revision: 361126 archrelease: copy trunk to community-x86_64 Added: mate-media/repos/community-x86_64/PKGBUILD (from rev 361125, mate-media/trunk/PKGBUILD) Deleted: mate-media/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:46:00 UTC (rev 361125) +++ PKGBUILD2018-07-17 18:46:22 UTC (rev 361126) @@ -1,32 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-media -pkgver=1.20.0 -pkgrel=1 -url="https://mate-desktop.org"; -pkgdesc="MATE Media Tools" -arch=('x86_64') -license=('GPL') -depends=('libcanberra' 'libmatemixer' 'mate-desktop') -makedepends=('intltool') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -groups=('mate-extra') -conflicts=('mate-media-gtk3') -replaces=('mate-media-gtk3') -sha256sums=('99c50f56c93c5a010806658525b189c2fe7f38802c2f5d6ab79286c4ece16b27') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib/${pkgname} \ ---localstatedir=/var -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-media/repos/community-x86_64/PKGBUILD (from rev 361125, mate-media/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:46:22 UTC (rev 361126) @@ -0,0 +1,32 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-media +pkgver=1.20.1 +pkgrel=1 +url="https://mate-desktop.org"; +pkgdesc="MATE Media Tools" +arch=('x86_64') +license=('GPL') +depends=('libcanberra' 'libmatemixer' 'mate-desktop') +makedepends=('intltool') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +groups=('mate-extra') +conflicts=('mate-media-gtk3') +replaces=('mate-media-gtk3') +sha256sums=('49273998491d802df97306c10dfd49178fc266ddbce3f0b2ef61390c503d64b5') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/${pkgname} \ +--localstatedir=/var +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-media/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:46:00 Author: cesura Revision: 361125 upgpkg: mate-media 1.20.1-1 Updated to version 1.20.1 Modified: mate-media/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:43:32 UTC (rev 361124) +++ PKGBUILD2018-07-17 18:46:00 UTC (rev 361125) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-media -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 url="https://mate-desktop.org"; pkgdesc="MATE Media Tools" @@ -14,7 +14,7 @@ groups=('mate-extra') conflicts=('mate-media-gtk3') replaces=('mate-media-gtk3') -sha256sums=('99c50f56c93c5a010806658525b189c2fe7f38802c2f5d6ab79286c4ece16b27') +sha256sums=('49273998491d802df97306c10dfd49178fc266ddbce3f0b2ef61390c503d64b5') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:43:32 Author: cesura Revision: 361124 archrelease: copy trunk to community-x86_64 Added: mate-calc/repos/community-x86_64/PKGBUILD (from rev 361123, mate-calc/trunk/PKGBUILD) Deleted: mate-calc/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:43:08 UTC (rev 361123) +++ PKGBUILD2018-07-17 18:43:32 UTC (rev 361124) @@ -1,27 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-calc -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Calculator for the MATE desktop environment" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('gtk3') -makedepends=('intltool' 'itstool') -groups=('mate-extra') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 361123, mate-calc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:43:32 UTC (rev 361124) @@ -0,0 +1,27 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-calc +pkgver=1.20.2 +pkgrel=1 +pkgdesc="Calculator for the MATE desktop environment" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('gtk3') +makedepends=('intltool' 'itstool') +groups=('mate-extra') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-calc/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:43:08 Author: cesura Revision: 361123 upgpkg: mate-calc 1.20.2-1 Updated to version 1.20.2 Modified: mate-calc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:39:55 UTC (rev 361122) +++ PKGBUILD2018-07-17 18:43:08 UTC (rev 361123) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-calc -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="Calculator for the MATE desktop environment" url="https://mate-desktop.org"; @@ -12,7 +12,7 @@ makedepends=('intltool' 'itstool') groups=('mate-extra') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002') +sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-icon-theme/repos/community-any (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:39:34 Author: cesura Revision: 361120 archrelease: copy trunk to community-any Added: mate-icon-theme/repos/community-any/PKGBUILD (from rev 361119, mate-icon-theme/trunk/PKGBUILD) Deleted: mate-icon-theme/repos/community-any/PKGBUILD --+ PKGBUILD | 53 +++-- 1 file changed, 27 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:39:12 UTC (rev 361119) +++ PKGBUILD2018-07-17 18:39:34 UTC (rev 361120) @@ -1,26 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=mate-icon-theme -pkgver=1.20.0 -pkgrel=1 -pkgdesc="MATE icon theme" -url="http://mate-desktop.org"; -arch=('any') -license=('LGPL') -options=('!emptydirs') -makedepends=('icon-naming-utils' 'intltool') -groups=('mate') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 361119, mate-icon-theme/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:39:34 UTC (rev 361120) @@ -0,0 +1,27 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-icon-theme +pkgver=1.20.1 +pkgrel=1 +pkgdesc="MATE icon theme" +url="http://mate-desktop.org"; +arch=('any') +license=('LGPL') +options=('!emptydirs') +makedepends=('icon-naming-utils' 'intltool') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:39:12 Author: cesura Revision: 361119 upgpkg: mate-icon-theme 1.20.1-1 Updated to version 1.20.1 Modified: mate-icon-theme/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:38:30 UTC (rev 361118) +++ PKGBUILD2018-07-17 18:39:12 UTC (rev 361119) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-icon-theme -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="MATE icon theme" url="http://mate-desktop.org"; @@ -11,7 +12,7 @@ makedepends=('icon-naming-utils' 'intltool') groups=('mate') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9') +sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in eom/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:34:38 Author: cesura Revision: 361112 upgpkg: eom 1.20.1-1 Updated to version 1.20.1 Modified: eom/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:34:31 UTC (rev 36) +++ PKGBUILD2018-07-17 18:34:38 UTC (rev 361112) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=eom -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="An image viewing and cataloging program for MATE" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ conflicts=('eom-gtk3') replaces=('eom-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('1a78226d1be0c563d9fb92d49b8dcf50cc7c9304c1cfed1d231540cf0cbc400c') +sha256sums=('35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in eom/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:35:01 Author: cesura Revision: 361114 archrelease: copy trunk to community-x86_64 Added: eom/repos/community-x86_64/PKGBUILD (from rev 361113, eom/trunk/PKGBUILD) Deleted: eom/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:34:46 UTC (rev 361113) +++ PKGBUILD2018-07-17 18:35:01 UTC (rev 361114) @@ -1,35 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=eom -pkgver=1.20.0 -pkgrel=1 -pkgdesc="An image viewing and cataloging program for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas') -makedepends=('gobject-introspection' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=('eom-gtk3') -replaces=('eom-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('1a78226d1be0c563d9fb92d49b8dcf50cc7c9304c1cfed1d231540cf0cbc400c') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---localstatedir=/var \ ---with-librsvg - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: eom/repos/community-x86_64/PKGBUILD (from rev 361113, eom/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:35:01 UTC (rev 361114) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=eom +pkgver=1.20.1 +pkgrel=1 +pkgdesc="An image viewing and cataloging program for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'gobject-introspection-runtime' 'exempi' 'lcms2' 'libexif' 'libjpeg-turbo' 'mate-desktop' 'libpeas') +makedepends=('gobject-introspection' 'intltool' 'itstool') +groups=('mate-extra') +conflicts=('eom-gtk3') +replaces=('eom-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('35375d5d55128e03c9a4f9e5559878873275c6e182b159058767180ca449347d') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--localstatedir=/var \ +--with-librsvg + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-control-center/repos/community-x86_64 (2 files)
Date: Tuesday, July 17, 2018 @ 18:31:56 Author: cesura Revision: 361110 archrelease: copy trunk to community-x86_64 Added: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 361109, mate-control-center/trunk/PKGBUILD) Deleted: mate-control-center/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:31:31 UTC (rev 361109) +++ PKGBUILD2018-07-17 18:31:56 UTC (rev 361110) @@ -1,38 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-control-center -pkgver=1.20.2 -pkgrel=1 -pkgdesc="The Control Center for MATE" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss') -makedepends=('intltool' 'itstool') -groups=('mate') -conflicts=('mate-control-center-gtk3') -replaces=('mate-control-center-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -rm "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 361109, mate-control-center/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:31:56 UTC (rev 361110) @@ -0,0 +1,38 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-control-center +pkgver=1.20.3 +pkgrel=1 +pkgdesc="The Control Center for MATE" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss') +makedepends=('intltool' 'itstool') +groups=('mate') +conflicts=('mate-control-center-gtk3') +replaces=('mate-control-center-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('6d7e4c23cbfee2ec3682b6b07c0226742775c669f6e47862691d84ffc742f172') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--sbindir=/usr/bin \ +--localstatedir=/var \ +--disable-update-mimedb + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +rm "${pkgdir}/usr/share/applications/mimeinfo.cache" +}
[arch-commits] Commit in mate-control-center/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:31:31 Author: cesura Revision: 361109 upgpkg: mate-control-center 1.20.3-1 Updated to version 1.20.3 Modified: mate-control-center/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:28:46 UTC (rev 361108) +++ PKGBUILD2018-07-17 18:31:31 UTC (rev 361109) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-control-center -pkgver=1.20.2 +pkgver=1.20.3 pkgrel=1 pkgdesc="The Control Center for MATE" url="http://mate-desktop.org"; @@ -14,7 +14,7 @@ conflicts=('mate-control-center-gtk3') replaces=('mate-control-center-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48') +sha256sums=('6d7e4c23cbfee2ec3682b6b07c0226742775c669f6e47862691d84ffc742f172') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in libmateweather/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:25:44 Author: cesura Revision: 361105 archrelease: copy trunk to community-x86_64 Added: libmateweather/repos/community-x86_64/PKGBUILD (from rev 361104, libmateweather/trunk/PKGBUILD) Deleted: libmateweather/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:25:31 UTC (rev 361104) +++ PKGBUILD2018-07-17 18:25:44 UTC (rev 361105) @@ -1,36 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=libmateweather -pkgver=1.20.0 -pkgrel=1 -pkgdesc="Provides access to weather information from the Internet." -url="https://mate-desktop.org"; -arch=('x86_64') -license=('LGPL') -depends=('gtk3' 'libsoup') -makedepends=('intltool') -conflicts=('libmateweather-gtk3') -replaces=('libmateweather-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('076eddad046454d8e8f90413b1b33594975fc2a51c2a0cec1fff40b09adf15b1') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---disable-python \ ---enable-locations-compression - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: libmateweather/repos/community-x86_64/PKGBUILD (from rev 361104, libmateweather/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:25:44 UTC (rev 361105) @@ -0,0 +1,36 @@ +# Maintainer: Brad Fanella + +pkgname=libmateweather +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Provides access to weather information from the Internet." +url="https://mate-desktop.org"; +arch=('x86_64') +license=('LGPL') +depends=('gtk3' 'libsoup') +makedepends=('intltool') +conflicts=('libmateweather-gtk3') +replaces=('libmateweather-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('21f35e05bb586c1a01b9754ad48726470ab456778350de32b6c5bdb286b5e12e') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--disable-python \ +--enable-locations-compression + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 libmateweather/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:25:19 Author: cesura Revision: 361103 upgpkg: libmateweather 1.20.1-1 Updated to version 1.20.1 Modified: libmateweather/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:22:02 UTC (rev 361102) +++ PKGBUILD2018-07-17 18:25:19 UTC (rev 361103) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella pkgname=libmateweather -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="Provides access to weather information from the Internet." url="https://mate-desktop.org"; @@ -13,7 +13,7 @@ conflicts=('libmateweather-gtk3') replaces=('libmateweather-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('076eddad046454d8e8f90413b1b33594975fc2a51c2a0cec1fff40b09adf15b1') +sha256sums=('21f35e05bb586c1a01b9754ad48726470ab456778350de32b6c5bdb286b5e12e') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in libmatemixer/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:19:24 Author: cesura Revision: 361098 archrelease: copy trunk to community-x86_64 Added: libmatemixer/repos/community-x86_64/PKGBUILD (from rev 361097, libmatemixer/trunk/PKGBUILD) Deleted: libmatemixer/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 63 ++--- 1 file changed, 32 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:19:02 UTC (rev 361097) +++ PKGBUILD2018-07-17 18:19:24 UTC (rev 361098) @@ -1,31 +0,0 @@ -# Contributor: Martin Wimpress - -pkgname=libmatemixer -pkgver=1.20.0 -pkgrel=1 -pkgdesc="Mixer library for MATE Desktop" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('LGPL') -depends=('glib2' 'libpulse') -makedepends=('intltool') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('96021a3240264bdf0949658d88e07bcdc5d99fb1') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: libmatemixer/repos/community-x86_64/PKGBUILD (from rev 361097, libmatemixer/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:19:24 UTC (rev 361098) @@ -0,0 +1,32 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=libmatemixer +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Mixer library for MATE Desktop" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('LGPL') +depends=('glib2' 'libpulse') +makedepends=('intltool') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('239106f666d79abf578eb02eaa63d12724f73330985f5c827d4b5307623de602') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 libmatemixer/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:19:02 Author: cesura Revision: 361097 upgpkg: libmatemixer 1.20.1-1 Updated to version 1.20.1 Modified: libmatemixer/trunk/PKGBUILD --+ PKGBUILD |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:18:09 UTC (rev 361096) +++ PKGBUILD2018-07-17 18:19:02 UTC (rev 361097) @@ -1,7 +1,8 @@ +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=libmatemixer -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="Mixer library for MATE Desktop" url="http://mate-desktop.org"; @@ -10,7 +11,7 @@ depends=('glib2' 'libpulse') makedepends=('intltool') source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('96021a3240264bdf0949658d88e07bcdc5d99fb1') +sha256sums=('239106f666d79abf578eb02eaa63d12724f73330985f5c827d4b5307623de602') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in libmatekbd/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:14:05 Author: cesura Revision: 361089 upgpkg: libmatekbd 1.20.2-1 Updated to version 1.20.2 Modified: libmatekbd/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 18:13:00 UTC (rev 361088) +++ PKGBUILD2018-07-17 18:14:05 UTC (rev 361089) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=libmatekbd -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="MATE keyboard library" url="http://mate-desktop.org"; @@ -13,7 +13,7 @@ conflicts=('libmatekbd-gtk3') replaces=('libmatekbd-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e') +sha256sums=('21c3e307af2caf7fb552cfb1ea615b84acaa9f9993e7b988e3da6aa2e15d3fd0') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libmatekbd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:14:30 Author: cesura Revision: 361091 archrelease: copy trunk to community-x86_64 Added: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 361090, libmatekbd/trunk/PKGBUILD) Deleted: libmatekbd/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:14:19 UTC (rev 361090) +++ PKGBUILD2018-07-17 18:14:30 UTC (rev 361091) @@ -1,32 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=libmatekbd -pkgver=1.20.1 -pkgrel=1 -pkgdesc="MATE keyboard library" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('LGPL') -depends=('gtk3' 'libxklavier') -makedepends=('intltool' 'python') -conflicts=('libmatekbd-gtk3') -replaces=('libmatekbd-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e') - -build() { -cd $pkgname-$pkgver -./configure \ ---prefix=/usr - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package_libmatekbd() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 361090, libmatekbd/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:14:30 UTC (rev 361091) @@ -0,0 +1,32 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=libmatekbd +pkgver=1.20.2 +pkgrel=1 +pkgdesc="MATE keyboard library" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('LGPL') +depends=('gtk3' 'libxklavier') +makedepends=('intltool' 'python') +conflicts=('libmatekbd-gtk3') +replaces=('libmatekbd-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('21c3e307af2caf7fb552cfb1ea615b84acaa9f9993e7b988e3da6aa2e15d3fd0') + +build() { +cd $pkgname-$pkgver +./configure \ +--prefix=/usr + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package_libmatekbd() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-menus/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:02:15 Author: cesura Revision: 361084 archrelease: copy trunk to community-x86_64 Added: mate-menus/repos/community-x86_64/PKGBUILD (from rev 361083, mate-menus/trunk/PKGBUILD) Deleted: mate-menus/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 18:01:48 UTC (rev 361083) +++ PKGBUILD2018-07-17 18:02:15 UTC (rev 361084) @@ -1,35 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-menus -pkgver=1.20.0 -pkgrel=1 -pkgdesc="MATE menu specifications" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL' 'LGPL') -depends=('glib2') -makedepends=('gobject-introspection' 'intltool' 'python2') -optdepends=('python2: python2 bindings') -groups=('mate') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('0fdadb1ba0950c14a72802c8a5afae99c46ca20ef3c7b9f1854bd5a5da3433f0') - -build() { -cd ${pkgname}-${pkgver} -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-menus/repos/community-x86_64/PKGBUILD (from rev 361083, mate-menus/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 18:02:15 UTC (rev 361084) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-menus +pkgver=1.20.1 +pkgrel=1 +pkgdesc="MATE menu specifications" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL' 'LGPL') +depends=('glib2') +makedepends=('gobject-introspection' 'intltool' 'python2') +optdepends=('python2: python2 bindings') +groups=('mate') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('c6eb74022f9cb283cd7603e9e5aac25258bfe970da661ca9c050f8a50c9f17dd') + +build() { +cd ${pkgname}-${pkgver} +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-menus/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 18:01:48 Author: cesura Revision: 361083 upgpkg: mate-menus 1.20.1-1 Updated to version 1.20.1 Modified: mate-menus/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 17:50:41 UTC (rev 361082) +++ PKGBUILD2018-07-17 18:01:48 UTC (rev 361083) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-menus -pkgver=1.20.0 +pkgver=1.20.1 pkgrel=1 pkgdesc="MATE menu specifications" url="https://mate-desktop.org"; @@ -13,7 +13,7 @@ optdepends=('python2: python2 bindings') groups=('mate') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('0fdadb1ba0950c14a72802c8a5afae99c46ca20ef3c7b9f1854bd5a5da3433f0') +sha256sums=('c6eb74022f9cb283cd7603e9e5aac25258bfe970da661ca9c050f8a50c9f17dd') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, July 17, 2018 @ 17:50:41 Author: cesura Revision: 361082 archrelease: copy trunk to community-x86_64 Added: marco/repos/community-x86_64/PKGBUILD (from rev 361081, marco/trunk/PKGBUILD) Deleted: marco/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-07-17 17:48:50 UTC (rev 361081) +++ PKGBUILD2018-07-17 17:50:41 UTC (rev 361082) @@ -1,36 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=marco -pkgver=1.20.1 -pkgrel=1 -pkgdesc="A window manager for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity') -makedepends=('intltool' 'itstool') -groups=('mate') -conflicts=('marco-gtk3') -replaces=('marco-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-startup-notification - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: marco/repos/community-x86_64/PKGBUILD (from rev 361081, marco/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-07-17 17:50:41 UTC (rev 361082) @@ -0,0 +1,36 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=marco +pkgver=1.20.2 +pkgrel=1 +pkgdesc="A window manager for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity') +makedepends=('intltool' 'itstool') +groups=('mate') +conflicts=('marco-gtk3') +replaces=('marco-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('3ebe0c50e3b8cd0420f47719ee7bf806f4719a96d8244f27c98f902bb1f3c0ba') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-startup-notification + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 marco/trunk (PKGBUILD)
Date: Tuesday, July 17, 2018 @ 17:48:50 Author: cesura Revision: 361081 upgpkg: marco 1.20.2-1 Updated to version 1.20.2 Modified: marco/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-17 17:47:28 UTC (rev 361080) +++ PKGBUILD2018-07-17 17:48:50 UTC (rev 361081) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=marco -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="A window manager for MATE" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ conflicts=('marco-gtk3') replaces=('marco-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2') +sha256sums=('3ebe0c50e3b8cd0420f47719ee7bf806f4719a96d8244f27c98f902bb1f3c0ba') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in pluma/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:49:31 Author: cesura Revision: 341290 archrelease: copy trunk to community-x86_64 Added: pluma/repos/community-x86_64/PKGBUILD (from rev 341289, pluma/trunk/PKGBUILD) Deleted: pluma/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-06 15:49:11 UTC (rev 341289) +++ PKGBUILD2018-06-06 15:49:31 UTC (rev 341290) @@ -1,44 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=pluma -pkgver=1.20.1 -pkgrel=1 -pkgdesc="A powerful text editor for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas') -makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools') -optdepends=('python2-gobject: to use the python plugins') -groups=('mate-extra') -conflicts=('pluma-gtk3') -replaces=('pluma-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925') - -prepare() { -cd ${pkgname}-${pkgver} -sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in -sed -i 's/, enchant/, enchant-2/' configure.ac -} - -build() { -cd ${pkgname}-${pkgver} -./autogen.sh -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---enable-gtk-doc=no \ ---enable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 341289, pluma/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-06 15:49:31 UTC (rev 341290) @@ -0,0 +1,44 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=pluma +pkgver=1.20.2 +pkgrel=1 +pkgdesc="A powerful text editor for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas' 'python2') +makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools') +optdepends=('python2-gobject: to use the python plugins') +groups=('mate-extra') +conflicts=('pluma-gtk3') +replaces=('pluma-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('fd43421d13ceeb0d8b316b127c738914f89c6449b5884f4c26fae67f26e2') + +prepare() { +cd ${pkgname}-${pkgver} +sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in +sed -i 's/, enchant/, enchant-2/' configure.ac +} + +build() { +cd ${pkgname}-${pkgver} +./autogen.sh +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--enable-gtk-doc=no \ +--enable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 pluma/trunk (PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:49:11 Author: cesura Revision: 341289 upgpkg: pluma 1.20.2-1 Updated to version 1.20.2 Modified: pluma/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-06 15:48:30 UTC (rev 341288) +++ PKGBUILD2018-06-06 15:49:11 UTC (rev 341289) @@ -2,13 +2,13 @@ # Contributor: Martin Wimpress pkgname=pluma -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="A powerful text editor for MATE" url="https://mate-desktop.org"; arch=('x86_64') license=('GPL') -depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas') +depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas' 'python2') makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools') optdepends=('python2-gobject: to use the python plugins') groups=('mate-extra') @@ -15,7 +15,7 @@ conflicts=('pluma-gtk3') replaces=('pluma-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925') +sha256sums=('fd43421d13ceeb0d8b316b127c738914f89c6449b5884f4c26fae67f26e2') prepare() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-applets/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:48:30 Author: cesura Revision: 341288 archrelease: copy trunk to community-x86_64 Added: mate-applets/repos/community-x86_64/PKGBUILD (from rev 341287, mate-applets/trunk/PKGBUILD) Deleted: mate-applets/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-06 15:48:05 UTC (rev 341287) +++ PKGBUILD2018-06-06 15:48:30 UTC (rev 341288) @@ -1,34 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-applets -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Applets for MATE panel" -arch=('x86_64') -url="https://mate-desktop.org"; -license=('GPL') -depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools') -makedepends=('intltool' 'itstool' 'gucharmap') -optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet') -groups=('mate-extra') -conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') -replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib/${pkgname} \ ---enable-polkit \ ---enable-ipv6 -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 341287, mate-applets/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-06 15:48:30 UTC (rev 341288) @@ -0,0 +1,34 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-applets +pkgver=1.20.2 +pkgrel=1 +pkgdesc="Applets for MATE panel" +arch=('x86_64') +url="https://mate-desktop.org"; +license=('GPL') +depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools') +makedepends=('intltool' 'itstool' 'gucharmap') +optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet') +groups=('mate-extra') +conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') +replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('9a2609dbb3ea4e0bdee67d819c899a6ce7c06f4447be804464fbc2bbba070631') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/${pkgname} \ +--enable-polkit \ +--enable-ipv6 +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-applets/trunk (PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:48:05 Author: cesura Revision: 341287 upgpkg: mate-applets 1.20.2-1 Updated to version 1.20.2 Modified: mate-applets/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-06 15:47:37 UTC (rev 341286) +++ PKGBUILD2018-06-06 15:48:05 UTC (rev 341287) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-applets -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="Applets for MATE panel" arch=('x86_64') @@ -15,7 +15,7 @@ conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8') +sha256sums=('9a2609dbb3ea4e0bdee67d819c899a6ce7c06f4447be804464fbc2bbba070631') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-settings-daemon/repos/community-x86_64 (2 files)
Date: Wednesday, June 6, 2018 @ 15:47:37 Author: cesura Revision: 341286 archrelease: copy trunk to community-x86_64 Added: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 341285, mate-settings-daemon/trunk/PKGBUILD) Deleted: mate-settings-daemon/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-06 15:47:13 UTC (rev 341285) +++ PKGBUILD2018-06-06 15:47:37 UTC (rev 341286) @@ -1,40 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-settings-daemon -pkgver=1.20.1 -pkgrel=1 -pkgdesc="The MATE Settings daemon" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' - 'mate-desktop' 'nss' 'polkit') -makedepends=('intltool' 'python') -optdepends=('libcanberra-pulse: PulseAudio support' -'pulseaudio-alsa: PulseAudio support') -groups=('mate') -conflicts=('mate-settings-daemon-gtk3') -replaces=('mate-settings-daemon-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---enable-polkit \ ---enable-pulse - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 341285, mate-settings-daemon/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-06 15:47:37 UTC (rev 341286) @@ -0,0 +1,40 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-settings-daemon +pkgver=1.20.3 +pkgrel=1 +pkgdesc="The MATE Settings daemon" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' + 'mate-desktop' 'nss' 'polkit') +makedepends=('intltool' 'python') +optdepends=('libcanberra-pulse: PulseAudio support' +'pulseaudio-alsa: PulseAudio support') +groups=('mate') +conflicts=('mate-settings-daemon-gtk3') +replaces=('mate-settings-daemon-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('13f63f19ea61d1b24349c1c8d4e01ed1df27bd1c1ae8793ef0d034499e170e05') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--enable-polkit \ +--enable-pulse + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-settings-daemon/trunk (PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:47:13 Author: cesura Revision: 341285 upgpkg: mate-settings-daemon 1.20.3-1 Updated to version 1.20.3 Modified: mate-settings-daemon/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-06 15:46:42 UTC (rev 341284) +++ PKGBUILD2018-06-06 15:47:13 UTC (rev 341285) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-settings-daemon -pkgver=1.20.1 +pkgver=1.20.3 pkgrel=1 pkgdesc="The MATE Settings daemon" url="https://mate-desktop.org"; @@ -17,7 +17,7 @@ conflicts=('mate-settings-daemon-gtk3') replaces=('mate-settings-daemon-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2') +sha256sums=('13f63f19ea61d1b24349c1c8d4e01ed1df27bd1c1ae8793ef0d034499e170e05') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in mate-desktop/trunk (PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:46:20 Author: cesura Revision: 341283 upgpkg: mate-desktop 1.20.3-1 Updated to version 1.20.3 Modified: mate-desktop/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-06 15:45:48 UTC (rev 341282) +++ PKGBUILD2018-06-06 15:46:20 UTC (rev 341283) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-desktop -pkgver=1.20.1 +pkgver=1.20.3 pkgrel=1 pkgdesc="Library with common API for various MATE modules" url="http://mate-desktop.org"; @@ -13,11 +13,11 @@ groups=('mate') conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas') replaces=('mate-desktop-gtk3' 'mate-desktop-schemas') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('da395f4f640e8b26d6704a5d63e00eeea0393f343cf5f92e2b211458390f5f8c') build() { -cd $pkgname-$pkgver + cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --disable-schemas-compile
[arch-commits] Commit in mate-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:46:42 Author: cesura Revision: 341284 archrelease: copy trunk to community-x86_64 Added: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 341283, mate-desktop/trunk/PKGBUILD) Deleted: mate-desktop/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-06 15:46:20 UTC (rev 341283) +++ PKGBUILD2018-06-06 15:46:42 UTC (rev 341284) @@ -1,35 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-desktop -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Library with common API for various MATE modules" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL' 'LGPL') -depends=('gtk3' 'startup-notification') -makedepends=('gobject-introspection' 'intltool') -groups=('mate') -conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas') -replaces=('mate-desktop-gtk3' 'mate-desktop-schemas') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b') - -build() { -cd $pkgname-$pkgver -./configure \ ---prefix=/usr \ ---disable-schemas-compile - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd $pkgname-$pkgver - -make DESTDIR="${pkgdir}" install -} Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 341283, mate-desktop/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-06 15:46:42 UTC (rev 341284) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-desktop +pkgver=1.20.3 +pkgrel=1 +pkgdesc="Library with common API for various MATE modules" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL' 'LGPL') +depends=('gtk3' 'startup-notification') +makedepends=('gobject-introspection' 'intltool') +groups=('mate') +conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas') +replaces=('mate-desktop-gtk3' 'mate-desktop-schemas') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('da395f4f640e8b26d6704a5d63e00eeea0393f343cf5f92e2b211458390f5f8c') + +build() { + cd $pkgname-$pkgver +./configure \ +--prefix=/usr \ +--disable-schemas-compile + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-panel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:45:48 Author: cesura Revision: 341282 archrelease: copy trunk to community-x86_64 Added: mate-panel/repos/community-x86_64/PKGBUILD (from rev 341281, mate-panel/trunk/PKGBUILD) Deleted: mate-panel/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-06-06 15:45:23 UTC (rev 341281) +++ PKGBUILD2018-06-06 15:45:48 UTC (rev 341282) @@ -1,37 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-panel -pkgver=1.20.1 -pkgrel=1 -pkgdesc="The MATE Panel" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -groups=('mate') -conflicts=('mate-panel-gtk3') -replaces=('mate-panel-gtk3') -sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 341281, mate-panel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-06-06 15:45:48 UTC (rev 341282) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-panel +pkgver=1.20.2 +pkgrel=1 +pkgdesc="The MATE Panel" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +groups=('mate') +conflicts=('mate-panel-gtk3') +replaces=('mate-panel-gtk3') +sha256sums=('d688fc3a81f517d056c233e7295ec4055f7d9e96de8be55f0b7237cd89fbe039') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-panel/trunk (PKGBUILD)
Date: Wednesday, June 6, 2018 @ 15:45:23 Author: cesura Revision: 341281 upgpkg: mate-panel 1.20.2-1 Updated to version 1.20.2 Modified: mate-panel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-06 15:24:46 UTC (rev 341280) +++ PKGBUILD2018-06-06 15:45:23 UTC (rev 341281) @@ -2,7 +2,7 @@ # Contributor: Martin Wimpress pkgname=mate-panel -pkgver=1.20.1 +pkgver=1.20.2 pkgrel=1 pkgdesc="The MATE Panel" url="https://mate-desktop.org"; @@ -14,7 +14,7 @@ groups=('mate') conflicts=('mate-panel-gtk3') replaces=('mate-panel-gtk3') -sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee') +sha256sums=('d688fc3a81f517d056c233e7295ec4055f7d9e96de8be55f0b7237cd89fbe039') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)
Date: Tuesday, May 22, 2018 @ 22:59:14 Author: cesura Revision: 327798 archrelease: copy trunk to community-x86_64 Added: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 327797, xfce4-whiskermenu-plugin/trunk/PKGBUILD) Deleted: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-22 22:58:38 UTC (rev 327797) +++ PKGBUILD2018-05-22 22:59:14 UTC (rev 327798) @@ -1,31 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Alexander F Rødseth -# Contributor: Graeme Gott - -pkgname=xfce4-whiskermenu-plugin -pkgver=2.1.7 -pkgrel=1 -pkgdesc='Menu for Xfce4' -arch=('x86_64') -url='https://gottcode.org/xfce4-whiskermenu-plugin/' -groups=('xfce4-goodies') -license=('GPL2') -depends=('garcon' 'xfce4-panel') -makedepends=('cmake' 'ninja') -source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('045c48bbe6fba62a46c2752a9eb3533f03bdd29dd23af29208622b79eb045e39') - -build() { - mkdir -p build - cd build - cmake "$srcdir/$pkgname-$pkgver" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 327797, xfce4-whiskermenu-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-22 22:59:14 UTC (rev 327798) @@ -0,0 +1,31 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Graeme Gott + +pkgname=xfce4-whiskermenu-plugin +pkgver=2.2.0 +pkgrel=1 +pkgdesc='Menu for Xfce4' +arch=('x86_64') +url='https://gottcode.org/xfce4-whiskermenu-plugin/' +groups=('xfce4-goodies') +license=('GPL2') +depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') +makedepends=('cmake' 'ninja') +source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available +sha256sums=('8f68492a38cb2d148867162adff947dd37fed162b4ef4f31910660229ef00ef1') + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)
Date: Tuesday, May 22, 2018 @ 22:58:19 Author: cesura Revision: 327795 upgpkg: xfce4-whiskermenu-plugin 2.2.0-1 Updated to version 2.2.0 Modified: xfce4-whiskermenu-plugin/trunk/PKGBUILD --+ PKGBUILD | 24 1 file changed, 12 insertions(+), 12 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-05-22 22:58:16 UTC (rev 327794) +++ PKGBUILD2018-05-22 22:58:19 UTC (rev 327795) @@ -3,7 +3,7 @@ # Contributor: Graeme Gott pkgname=xfce4-whiskermenu-plugin -pkgver=2.1.7 +pkgver=2.2.0 pkgrel=1 pkgdesc='Menu for Xfce4' arch=('x86_64') @@ -10,22 +10,22 @@ url='https://gottcode.org/xfce4-whiskermenu-plugin/' groups=('xfce4-goodies') license=('GPL2') -depends=('garcon' 'xfce4-panel') +depends=('garcon' 'xfce4-panel' 'gtk3>=3.22') makedepends=('cmake' 'ninja') source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('045c48bbe6fba62a46c2752a9eb3533f03bdd29dd23af29208622b79eb045e39') +sha256sums=('8f68492a38cb2d148867162adff947dd37fed162b4ef4f31910660229ef00ef1') build() { - mkdir -p build - cd build - cmake "$srcdir/$pkgname-$pkgver" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --GNinja - ninja + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -GNinja + ninja } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" ninja -C build install }
[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)
Date: Wednesday, May 2, 2018 @ 00:16:33 Author: cesura Revision: 318630 archrelease: copy trunk to community-x86_64 Added: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 318629, xfce4-whiskermenu-plugin/trunk/PKGBUILD) Deleted: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 62 ++--- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-02 00:16:13 UTC (rev 318629) +++ PKGBUILD2018-05-02 00:16:33 UTC (rev 318630) @@ -1,31 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Alexander F Rødseth -# Contributor: Graeme Gott - -pkgname=xfce4-whiskermenu-plugin -pkgver=2.1.6 -pkgrel=1 -pkgdesc='Menu for Xfce4' -arch=('x86_64') -url='https://gottcode.org/xfce4-whiskermenu-plugin/' -groups=('xfce4-goodies') -license=('GPL2') -depends=('garcon' 'xfce4-panel') -makedepends=('cmake' 'ninja') -source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('8b2a8ee1445df39a2cda139e353f2e9ec3720a780296dc41b7d4aebde57371fc') - -build() { - mkdir -p build - cd build - cmake "$srcdir/$pkgname-$pkgver" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 318629, xfce4-whiskermenu-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-02 00:16:33 UTC (rev 318630) @@ -0,0 +1,31 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Graeme Gott + +pkgname=xfce4-whiskermenu-plugin +pkgver=2.1.7 +pkgrel=1 +pkgdesc='Menu for Xfce4' +arch=('x86_64') +url='https://gottcode.org/xfce4-whiskermenu-plugin/' +groups=('xfce4-goodies') +license=('GPL2') +depends=('garcon' 'xfce4-panel') +makedepends=('cmake' 'ninja') +source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available +sha256sums=('045c48bbe6fba62a46c2752a9eb3533f03bdd29dd23af29208622b79eb045e39') + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)
Date: Wednesday, May 2, 2018 @ 00:16:13 Author: cesura Revision: 318629 upgpkg: xfce4-whiskermenu-plugin 2.1.7-1 Updated to version 2.1.7 Modified: xfce4-whiskermenu-plugin/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-05-02 00:13:30 UTC (rev 318628) +++ PKGBUILD2018-05-02 00:16:13 UTC (rev 318629) @@ -3,7 +3,7 @@ # Contributor: Graeme Gott pkgname=xfce4-whiskermenu-plugin -pkgver=2.1.6 +pkgver=2.1.7 pkgrel=1 pkgdesc='Menu for Xfce4' arch=('x86_64') @@ -13,7 +13,7 @@ depends=('garcon' 'xfce4-panel') makedepends=('cmake' 'ninja') source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('8b2a8ee1445df39a2cda139e353f2e9ec3720a780296dc41b7d4aebde57371fc') +sha256sums=('045c48bbe6fba62a46c2752a9eb3533f03bdd29dd23af29208622b79eb045e39') build() { mkdir -p build
[arch-commits] Commit in mate-themes/repos/community-any (PKGBUILD PKGBUILD)
Date: Wednesday, May 2, 2018 @ 00:13:30 Author: cesura Revision: 318628 archrelease: copy trunk to community-any Added: mate-themes/repos/community-any/PKGBUILD (from rev 318627, mate-themes/trunk/PKGBUILD) Deleted: mate-themes/repos/community-any/PKGBUILD --+ PKGBUILD | 60 ++-- 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-05-02 00:05:47 UTC (rev 318627) +++ PKGBUILD2018-05-02 00:13:30 UTC (rev 318628) @@ -1,30 +0,0 @@ -# Maintainer: -# Contributor: Martin Wimpress - -pkgname=mate-themes -pkgver=3.22.15 -pkgrel=1 -pkgdesc="Default themes for the MATE desktop" -url="http://mate-desktop.org"; -arch=('any') -license=('GPL') -makedepends=('gtk2' 'intltool') -optdepends=('gtk-engines: for gtk2 themes' -'gtk-engine-murrine: for gtk2 themes' -'mate-icon-theme: default icon theme') -options=('!emptydirs') -groups=('mate') -source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('8f9bbdf3103a5843f06c61afec935c2154e02b7fdaf6c2726c5b4dba8d5cb432') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-themes/repos/community-any/PKGBUILD (from rev 318627, mate-themes/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-05-02 00:13:30 UTC (rev 318628) @@ -0,0 +1,30 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-themes +pkgver=3.22.16 +pkgrel=1 +pkgdesc="Default themes for the MATE desktop" +url="http://mate-desktop.org"; +arch=('any') +license=('GPL') +makedepends=('gtk2' 'intltool') +optdepends=('gtk-engines: for gtk2 themes' +'gtk-engine-murrine: for gtk2 themes' +'mate-icon-theme: default icon theme') +options=('!emptydirs') +groups=('mate') +source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('b2e5e8c21fc214010b45043a9a55035e1a028bf44f42e927929b6c9995b818cd') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-themes/trunk (PKGBUILD)
Date: Wednesday, May 2, 2018 @ 00:05:47 Author: cesura Revision: 318627 upgpkg: mate-themes 3.22.16-1 Updated to version 3.22.16 Modified: mate-themes/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-05-01 22:54:02 UTC (rev 318626) +++ PKGBUILD2018-05-02 00:05:47 UTC (rev 318627) @@ -1,8 +1,8 @@ -# Maintainer: +# Maintainer: Brad Fanella # Contributor: Martin Wimpress pkgname=mate-themes -pkgver=3.22.15 +pkgver=3.22.16 pkgrel=1 pkgdesc="Default themes for the MATE desktop" url="http://mate-desktop.org"; @@ -14,8 +14,8 @@ 'mate-icon-theme: default icon theme') options=('!emptydirs') groups=('mate') -source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('8f9bbdf3103a5843f06c61afec935c2154e02b7fdaf6c2726c5b4dba8d5cb432') +source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('b2e5e8c21fc214010b45043a9a55035e1a028bf44f42e927929b6c9995b818cd') build() { cd ${pkgname}-${pkgver}
[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)
Date: Wednesday, April 11, 2018 @ 00:47:12 Author: cesura Revision: 315689 archrelease: copy trunk to community-x86_64 Added: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 315688, xfce4-whiskermenu-plugin/trunk/PKGBUILD) Deleted: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 65 + 1 file changed, 31 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:46:48 UTC (rev 315688) +++ PKGBUILD2018-04-11 00:47:12 UTC (rev 315689) @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $ -# Maintainer: Alexander F Rødseth -# Contributor: Graeme Gott - -pkgname=xfce4-whiskermenu-plugin -pkgver=1.7.5 -pkgrel=1 -pkgdesc='Menu for Xfce4' -arch=('x86_64') -url='https://gottcode.org/xfce4-whiskermenu-plugin/' -groups=('xfce4-goodies') -license=('GPL2') -depends=('garcon' 'xfce4-panel') -makedepends=('cmake' 'ninja') -source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('9b60dd29be7ce315a6a8506337bbcbfe39a401ac2beddf2a611e865cc5733de6') - -build() { - mkdir -p build - cd build - cmake "$srcdir/$pkgname-$pkgver" \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_INSTALL_LIBDIR=lib \ --GNinja - ninja -} - -package() { - DESTDIR="$pkgdir" ninja -C build install -} - -# getver: -u=2 gottcode.org/xfce4-whiskermenu-plugin -# vim: ts=2 sw=2 et: Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 315688, xfce4-whiskermenu-plugin/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:47:12 UTC (rev 315689) @@ -0,0 +1,31 @@ +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth +# Contributor: Graeme Gott + +pkgname=xfce4-whiskermenu-plugin +pkgver=2.1.6 +pkgrel=1 +pkgdesc='Menu for Xfce4' +arch=('x86_64') +url='https://gottcode.org/xfce4-whiskermenu-plugin/' +groups=('xfce4-goodies') +license=('GPL2') +depends=('garcon' 'xfce4-panel') +makedepends=('cmake' 'ninja') +source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available +sha256sums=('8b2a8ee1445df39a2cda139e353f2e9ec3720a780296dc41b7d4aebde57371fc') + +build() { + mkdir -p build + cd build + cmake "$srcdir/$pkgname-$pkgver" \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_INSTALL_LIBDIR=lib \ +-GNinja + ninja +} + +package() { + DESTDIR="$pkgdir" ninja -C build install +}
[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:46:48 Author: cesura Revision: 315688 upgpkg: xfce4-whiskermenu-plugin 2.1.6-1 Updated to version 2.1.6 Modified: xfce4-whiskermenu-plugin/trunk/PKGBUILD --+ PKGBUILD | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-04-11 00:29:37 UTC (rev 315687) +++ PKGBUILD2018-04-11 00:46:48 UTC (rev 315688) @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $ -# Maintainer: Alexander F Rødseth +# Maintainer: Brad Fanella +# Contributor: Alexander F Rødseth # Contributor: Graeme Gott pkgname=xfce4-whiskermenu-plugin -pkgver=1.7.5 +pkgver=2.1.6 pkgrel=1 pkgdesc='Menu for Xfce4' arch=('x86_64') @@ -13,7 +13,7 @@ depends=('garcon' 'xfce4-panel') makedepends=('cmake' 'ninja') source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";) # no https available -sha256sums=('9b60dd29be7ce315a6a8506337bbcbfe39a401ac2beddf2a611e865cc5733de6') +sha256sums=('8b2a8ee1445df39a2cda139e353f2e9ec3720a780296dc41b7d4aebde57371fc') build() { mkdir -p build @@ -29,6 +29,3 @@ package() { DESTDIR="$pkgdir" ninja -C build install } - -# getver: -u=2 gottcode.org/xfce4-whiskermenu-plugin -# vim: ts=2 sw=2 et:
[arch-commits] Commit in pluma/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:29:37 Author: cesura Revision: 315687 archrelease: copy trunk to community-x86_64 Added: pluma/repos/community-x86_64/PKGBUILD (from rev 315686, pluma/trunk/PKGBUILD) Deleted: pluma/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:25:16 UTC (rev 315686) +++ PKGBUILD2018-04-11 00:29:37 UTC (rev 315687) @@ -1,44 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=pluma -pkgver=1.20.1 -pkgrel=1 -pkgdesc="A powerful text editor for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas') -makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools') -optdepends=('python2-gobject: to use the python plugins') -groups=('mate-extra') -conflicts=('pluma-gtk3') -replaces=('pluma-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925') - -prepare() { -cd ${pkgname}-${pkgver} -sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in -sed -i 's/, enchant/, enchant-2/' configure.ac -} - -build() { -cd ${pkgname}-${pkgver} -./autogen.sh -PYTHON=/usr/bin/python2 ./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---enable-gtk-doc=no \ ---enable-python - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 315686, pluma/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:29:37 UTC (rev 315687) @@ -0,0 +1,44 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=pluma +pkgver=1.20.1 +pkgrel=1 +pkgdesc="A powerful text editor for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas') +makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 'mate-common' 'yelp-tools') +optdepends=('python2-gobject: to use the python plugins') +groups=('mate-extra') +conflicts=('pluma-gtk3') +replaces=('pluma-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925') + +prepare() { +cd ${pkgname}-${pkgver} +sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in +sed -i 's/, enchant/, enchant-2/' configure.ac +} + +build() { +cd ${pkgname}-${pkgver} +./autogen.sh +PYTHON=/usr/bin/python2 ./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--enable-gtk-doc=no \ +--enable-python + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-settings-daemon/repos/community-x86_64 (2 files)
Date: Wednesday, April 11, 2018 @ 00:25:16 Author: cesura Revision: 315686 archrelease: copy trunk to community-x86_64 Added: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 315685, mate-settings-daemon/trunk/PKGBUILD) Deleted: mate-settings-daemon/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 80 ++--- 1 file changed, 40 insertions(+), 40 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:22:18 UTC (rev 315685) +++ PKGBUILD2018-04-11 00:25:16 UTC (rev 315686) @@ -1,40 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-settings-daemon -pkgver=1.20.1 -pkgrel=1 -pkgdesc="The MATE Settings daemon" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' - 'mate-desktop' 'nss' 'polkit') -makedepends=('intltool' 'python') -optdepends=('libcanberra-pulse: PulseAudio support' -'pulseaudio-alsa: PulseAudio support') -groups=('mate') -conflicts=('mate-settings-daemon-gtk3') -replaces=('mate-settings-daemon-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---enable-polkit \ ---enable-pulse - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 315685, mate-settings-daemon/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:25:16 UTC (rev 315686) @@ -0,0 +1,40 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-settings-daemon +pkgver=1.20.1 +pkgrel=1 +pkgdesc="The MATE Settings daemon" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify' + 'mate-desktop' 'nss' 'polkit') +makedepends=('intltool' 'python') +optdepends=('libcanberra-pulse: PulseAudio support' +'pulseaudio-alsa: PulseAudio support') +groups=('mate') +conflicts=('mate-settings-daemon-gtk3') +replaces=('mate-settings-daemon-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--enable-polkit \ +--enable-pulse + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-sensors-applet/repos/community-x86_64 (2 files)
Date: Wednesday, April 11, 2018 @ 00:22:18 Author: cesura Revision: 315685 archrelease: copy trunk to community-x86_64 Added: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 315684, mate-sensors-applet/trunk/PKGBUILD) Deleted: mate-sensors-applet/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:20:22 UTC (rev 315684) +++ PKGBUILD2018-04-11 00:22:18 UTC (rev 315685) @@ -1,34 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-sensors-applet -pkgver=1.20.1 -pkgrel=1 -pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') -makedepends=('docbook-xsl' 'intltool' 'itstool') -groups=('mate-extra') -conflicts=('mate-sensors-applet-gtk3') -replaces=('mate-sensors-applet-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952') - -build() { - cd ${pkgname}-${pkgver} - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/${pkgname} - - #https://bugzilla.gnome.org/show_bug.cgi?id=656231 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 315684, mate-sensors-applet/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:22:18 UTC (rev 315685) @@ -0,0 +1,34 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-sensors-applet +pkgver=1.20.1 +pkgrel=1 +pkgdesc="A MATE Panel applet to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel') +makedepends=('docbook-xsl' 'intltool' 'itstool') +groups=('mate-extra') +conflicts=('mate-sensors-applet-gtk3') +replaces=('mate-sensors-applet-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952') + +build() { + cd ${pkgname}-${pkgver} + ./configure \ + --prefix=/usr \ + --libexecdir=/usr/lib/${pkgname} + + #https://bugzilla.gnome.org/show_bug.cgi?id=656231 + 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 mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:20:22 Author: cesura Revision: 315684 archrelease: copy trunk to community-x86_64 Added: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 315683, mate-power-manager/trunk/PKGBUILD) Deleted: mate-power-manager/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:18:15 UTC (rev 315683) +++ PKGBUILD2018-04-11 00:20:22 UTC (rev 315684) @@ -1,36 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-power-manager -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Power management tool for the MATE desktop" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') -makedepends=('intltool' 'itstool' 'mate-panel' 'python') -optdepends=('mate-panel: Set brightness and inhibit power management from the panel') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -groups=('mate-extra') -conflicts=('mate-power-manager-gtk3') -replaces=('mate-power-manager-gtk3') -sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---sbindir=/usr/bin \ ---enable-applets \ ---disable-strict -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 315683, mate-power-manager/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:20:22 UTC (rev 315684) @@ -0,0 +1,36 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-power-manager +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Power management tool for the MATE desktop" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower') +makedepends=('intltool' 'itstool' 'mate-panel' 'python') +optdepends=('mate-panel: Set brightness and inhibit power management from the panel') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +groups=('mate-extra') +conflicts=('mate-power-manager-gtk3') +replaces=('mate-power-manager-gtk3') +sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--sbindir=/usr/bin \ +--enable-applets \ +--disable-strict +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-panel/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:18:15 Author: cesura Revision: 315683 archrelease: copy trunk to community-x86_64 Added: mate-panel/repos/community-x86_64/PKGBUILD (from rev 315682, mate-panel/trunk/PKGBUILD) Deleted: mate-panel/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 74 ++--- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:14:26 UTC (rev 315682) +++ PKGBUILD2018-04-11 00:18:15 UTC (rev 315683) @@ -1,37 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-panel -pkgver=1.20.1 -pkgrel=1 -pkgdesc="The MATE Panel" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') -makedepends=('intltool' 'itstool' 'gobject-introspection') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -groups=('mate') -conflicts=('mate-panel-gtk3') -replaces=('mate-panel-gtk3') -sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---libexecdir=/usr/lib/${pkgname} \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-introspection - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 315682, mate-panel/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:18:15 UTC (rev 315683) @@ -0,0 +1,37 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-panel +pkgver=1.20.1 +pkgrel=1 +pkgdesc="The MATE Panel" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop') +makedepends=('intltool' 'itstool' 'gobject-introspection') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +groups=('mate') +conflicts=('mate-panel-gtk3') +replaces=('mate-panel-gtk3') +sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--libexecdir=/usr/lib/${pkgname} \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-introspection + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:14:26 Author: cesura Revision: 315682 archrelease: copy trunk to community-x86_64 Added: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 315681, mate-desktop/trunk/PKGBUILD) Deleted: mate-desktop/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 70 ++--- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:12:24 UTC (rev 315681) +++ PKGBUILD2018-04-11 00:14:26 UTC (rev 315682) @@ -1,35 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-desktop -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Library with common API for various MATE modules" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL' 'LGPL') -depends=('gtk3' 'startup-notification') -makedepends=('gobject-introspection' 'intltool') -groups=('mate') -conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas') -replaces=('mate-desktop-gtk3' 'mate-desktop-schemas') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b') - -build() { -cd $pkgname-$pkgver -./configure \ ---prefix=/usr \ ---disable-schemas-compile - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd $pkgname-$pkgver - -make DESTDIR="${pkgdir}" install -} Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 315681, mate-desktop/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:14:26 UTC (rev 315682) @@ -0,0 +1,35 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-desktop +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Library with common API for various MATE modules" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL' 'LGPL') +depends=('gtk3' 'startup-notification') +makedepends=('gobject-introspection' 'intltool') +groups=('mate') +conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas') +replaces=('mate-desktop-gtk3' 'mate-desktop-schemas') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b') + +build() { +cd $pkgname-$pkgver +./configure \ +--prefix=/usr \ +--disable-schemas-compile + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +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 mate-control-center/repos/community-x86_64 (2 files)
Date: Wednesday, April 11, 2018 @ 00:12:24 Author: cesura Revision: 315681 archrelease: copy trunk to community-x86_64 Added: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 315680, mate-control-center/trunk/PKGBUILD) Deleted: mate-control-center/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 76 ++--- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:08:56 UTC (rev 315680) +++ PKGBUILD2018-04-11 00:12:24 UTC (rev 315681) @@ -1,38 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-control-center -pkgver=1.20.2 -pkgrel=1 -pkgdesc="The Control Center for MATE" -url="http://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss') -makedepends=('intltool' 'itstool') -groups=('mate') -conflicts=('mate-control-center-gtk3') -replaces=('mate-control-center-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---sbindir=/usr/bin \ ---localstatedir=/var \ ---disable-update-mimedb - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -rm "${pkgdir}/usr/share/applications/mimeinfo.cache" -} Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 315680, mate-control-center/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:12:24 UTC (rev 315681) @@ -0,0 +1,38 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-control-center +pkgver=1.20.2 +pkgrel=1 +pkgdesc="The Control Center for MATE" +url="http://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss') +makedepends=('intltool' 'itstool') +groups=('mate') +conflicts=('mate-control-center-gtk3') +replaces=('mate-control-center-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--sbindir=/usr/bin \ +--localstatedir=/var \ +--disable-update-mimedb + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +rm "${pkgdir}/usr/share/applications/mimeinfo.cache" +}
[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:08:56 Author: cesura Revision: 315680 archrelease: copy trunk to community-x86_64 Added: mate-calc/repos/community-x86_64/PKGBUILD (from rev 315679, mate-calc/trunk/PKGBUILD) Deleted: mate-calc/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 54 +++--- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:06:55 UTC (rev 315679) +++ PKGBUILD2018-04-11 00:08:56 UTC (rev 315680) @@ -1,27 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-calc -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Calculator for the MATE desktop environment" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('gtk3') -makedepends=('intltool' 'itstool') -groups=('mate-extra') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 315679, mate-calc/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:08:56 UTC (rev 315680) @@ -0,0 +1,27 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-calc +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Calculator for the MATE desktop environment" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('gtk3') +makedepends=('intltool' 'itstool') +groups=('mate-extra') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in mate-applets/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:06:55 Author: cesura Revision: 315679 archrelease: copy trunk to community-x86_64 Added: mate-applets/repos/community-x86_64/PKGBUILD (from rev 315678, mate-applets/trunk/PKGBUILD) Deleted: mate-applets/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 68 ++--- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-11 00:02:31 UTC (rev 315678) +++ PKGBUILD2018-04-11 00:06:55 UTC (rev 315679) @@ -1,34 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=mate-applets -pkgver=1.20.1 -pkgrel=1 -pkgdesc="Applets for MATE panel" -arch=('x86_64') -url="https://mate-desktop.org"; -license=('GPL') -depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools') -makedepends=('intltool' 'itstool' 'gucharmap') -optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet') -groups=('mate-extra') -conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') -replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib/${pkgname} \ ---enable-polkit \ ---enable-ipv6 -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 315678, mate-applets/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:06:55 UTC (rev 315679) @@ -0,0 +1,34 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=mate-applets +pkgver=1.20.1 +pkgrel=1 +pkgdesc="Applets for MATE panel" +arch=('x86_64') +url="https://mate-desktop.org"; +license=('GPL') +depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 'wireless_tools') +makedepends=('intltool' 'itstool' 'gucharmap') +optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish applet' 'gucharmap: character picker applet') +groups=('mate-extra') +conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') +replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/${pkgname} \ +--enable-polkit \ +--enable-ipv6 +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in marco/repos/community-x86_64 (PKGBUILD PKGBUILD)
Date: Wednesday, April 11, 2018 @ 00:02:31 Author: cesura Revision: 315678 archrelease: copy trunk to community-x86_64 Added: marco/repos/community-x86_64/PKGBUILD (from rev 315677, marco/trunk/PKGBUILD) Deleted: marco/repos/community-x86_64/PKGBUILD --+ PKGBUILD | 72 ++--- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2018-04-10 23:58:29 UTC (rev 315677) +++ PKGBUILD2018-04-11 00:02:31 UTC (rev 315678) @@ -1,36 +0,0 @@ -# Maintainer: Brad Fanella -# Contributor: Martin Wimpress - -pkgname=marco -pkgver=1.20.1 -pkgrel=1 -pkgdesc="A window manager for MATE" -url="https://mate-desktop.org"; -arch=('x86_64') -license=('GPL') -depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity') -makedepends=('intltool' 'itstool') -groups=('mate') -conflicts=('marco-gtk3') -replaces=('marco-gtk3') -source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2') - -build() { -cd ${pkgname}-${pkgver} -./configure \ ---prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---enable-startup-notification - -#https://bugzilla.gnome.org/show_bug.cgi?id=656231 -sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - -make -} - -package() { -cd ${pkgname}-${pkgver} -make DESTDIR="${pkgdir}" install -} Copied: marco/repos/community-x86_64/PKGBUILD (from rev 315677, marco/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2018-04-11 00:02:31 UTC (rev 315678) @@ -0,0 +1,36 @@ +# Maintainer: Brad Fanella +# Contributor: Martin Wimpress + +pkgname=marco +pkgver=1.20.1 +pkgrel=1 +pkgdesc="A window manager for MATE" +url="https://mate-desktop.org"; +arch=('x86_64') +license=('GPL') +depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity') +makedepends=('intltool' 'itstool') +groups=('mate') +conflicts=('marco-gtk3') +replaces=('marco-gtk3') +source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2') + +build() { +cd ${pkgname}-${pkgver} +./configure \ +--prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--enable-startup-notification + +#https://bugzilla.gnome.org/show_bug.cgi?id=656231 +sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + +make +} + +package() { +cd ${pkgname}-${pkgver} +make DESTDIR="${pkgdir}" install +}