[arch-commits] Commit in xwallpaper/repos/community-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed May 22 13:56:34 UTC 2019
Date: Wednesday, May 22, 2019 @ 13:56:33
Author: anthraxx
Revision: 468441
archrelease: copy trunk to community-x86_64
Added:
xwallpaper/repos/community-x86_64/PKGBUILD
(from rev 468440, xwallpaper/trunk/PKGBUILD)
Deleted:
xwallpaper/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-22 13:56:29 UTC (rev 468440)
+++ PKGBUILD 2019-05-22 13:56:33 UTC (rev 468441)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=xwallpaper
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Wallpaper setting utility for X'
-url='https://github.com/stoeckmann/xwallpaper'
-arch=('x86_64')
-license=('ISC')
-depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 'libjpeg-turbo' 'libseccomp')
-source=(https://github.com/stoeckmann/xwallpaper/releases/download/v${pkgver}/xwallpaper-${pkgver}.tar.gz{,.sig})
-sha256sums=('91c95d12ef70778456874a62f1172ba98ea99cad5ed248293778c169792a38c6'
- 'SKIP')
-sha512sums=('febfca202d3356c5a2f584921eace61a6f16e19bf0b0812604bccb441b11a0748c997d0818fb8d9f6a37f502a0a38f13b78f7f61c2de2768a85807a8725c070c'
- 'SKIP')
-validpgpkeys=('CDB24BD3BDDCBCBBAE5CB6207DB470F35B0B8B18') # Tobias Stoeckmann <tobias at stoeckmann.org>
-
-prepare() {
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --with-zshcompletiondir=/usr/share/zsh/site-functions
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: xwallpaper/repos/community-x86_64/PKGBUILD (from rev 468440, xwallpaper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-22 13:56:33 UTC (rev 468441)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=xwallpaper
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Wallpaper setting utility for X'
+url='https://github.com/stoeckmann/xwallpaper'
+arch=('x86_64')
+license=('ISC')
+depends=('pixman' 'libpng' 'libxpm' 'xcb-util' 'xcb-util-image' 'libjpeg-turbo' 'libseccomp')
+source=(https://github.com/stoeckmann/xwallpaper/releases/download/v${pkgver}/xwallpaper-${pkgver}.tar.xz{,.sig})
+sha256sums=('c5bd92653d5cf0a29a27c0b6d1997a3aa2dd62d6def1a940380526fcc3019c0c'
+ 'SKIP')
+sha512sums=('92cf424fb90dbdbe8e47ea7cc3650200da9f480afaef605e2ddbd7a828361f61754c2ed93c9be099c340f80eb60f8c1aa2f44004512cbe846401cb8ef73403a2'
+ 'SKIP')
+validpgpkeys=('CDB24BD3BDDCBCBBAE5CB6207DB470F35B0B8B18') # Tobias Stoeckmann <tobias at stoeckmann.org>
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr \
+ --with-zshcompletiondir=/usr/share/zsh/site-functions
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list