[arch-commits] Commit in picom/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Sep 8 09:26:52 UTC 2020


    Date: Tuesday, September 8, 2020 @ 09:26:52
  Author: arodseth
Revision: 700633

archrelease: copy trunk to community-x86_64

Added:
  picom/repos/community-x86_64/PKGBUILD
    (from rev 700632, picom/trunk/PKGBUILD)
Deleted:
  picom/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-08 09:26:46 UTC (rev 700632)
+++ PKGBUILD	2020-09-08 09:26:52 UTC (rev 700633)
@@ -1,53 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: WorMzy Tykashi <wormzy.tykashi at gmail.com>
-# Contributor: OK100 <ok100 at lavabit.com>
-# Contributor: Valère Monseur <valere.monseur at ymail.com>
-
-pkgname=picom
-pkgver=8
-pkgrel=4
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-replaces=(compton)
-provides=(compton)
-conflicts=(compton)
-makedepends=(asciidoc git mesa meson ninja setconf uthash)
-depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
-         xcb-util-image xcb-util-renderutil)
-backup=(etc/xdg/picom.conf)
-optdepends=('dbus:          For controlling picom via D-Bus'
-            'python:        For running picom-convgen.py'
-            'xorg-xwininfo: For picom-trans'
-            'xorg-xprop:    For picom-trans')
-# tag: v8
-source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
-        'picom.conf::https://raw.githubusercontent.com/yshui/picom/30bbfc28bbf7dd43fc8d4b1f7a2e5ea4a4cd6a3f/picom.sample.conf')
-validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui <yshuiv7 at gmail.com>
-sha256sums=('SKIP'
-            '6427bf1802d6b9a13c36700c00b952a5e8448912e71afe4853cd7e79c1042315')
-
-build() {
-  mkdir -p build
-  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
-  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
-  install -Dm644 build/man/picom-trans.1 "$pkgdir/usr/share/man/man1/picom-trans.1"
-  cd $pkgname
-  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases
-# vim: ts=2 sw=2 et

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 700632, picom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-08 09:26:52 UTC (rev 700633)
@@ -0,0 +1,53 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: WorMzy Tykashi <wormzy.tykashi at gmail.com>
+# Contributor: OK100 <ok100 at lavabit.com>
+# Contributor: Valère Monseur <valere.monseur at ymail.com>
+
+pkgname=picom
+pkgver=8
+pkgrel=5
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+replaces=(compton)
+provides=(compton)
+conflicts=(compton)
+makedepends=(asciidoc git mesa meson ninja setconf uthash)
+depends=(hicolor-icon-theme libconfig libdbus libev libgl pcre pixman
+         xcb-util-image xcb-util-renderutil)
+backup=(etc/xdg/picom.conf)
+optdepends=('dbus:          For controlling picom via D-Bus'
+            'python:        For running picom-convgen.py'
+            'xorg-xwininfo: For picom-trans'
+            'xorg-xprop:    For picom-trans')
+# tag: v8
+source=("git+$url?signed#commit=e553e00f48de67d52fe75de9e0e940d85aa14a24"
+        'picom.conf::https://raw.githubusercontent.com/yshui/picom/30bbfc28bbf7dd43fc8d4b1f7a2e5ea4a4cd6a3f/picom.sample.conf')
+validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui <yshuiv7 at gmail.com>
+sha256sums=('SKIP'
+            'a00715dd0be2ae2192f7c66cd5a21580d36e9b76a4f10fb26583e11f256baf79')
+
+build() {
+  mkdir -p build
+  arch-meson build $pkgname -D b_ndebug=true -D with_docs=true
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 picom.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 build/man/picom.1 "$pkgdir/usr/share/man/man1/picom.1"
+  install -Dm644 build/man/picom-trans.1 "$pkgdir/usr/share/man/man1/picom-trans.1"
+  cd $pkgname
+  install -Dm644 picom.sample.conf "$pkgdir/etc/xdg/picom.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases
+# vim: ts=2 sw=2 et



More information about the arch-commits mailing list