Date: Monday, December 19, 2022 @ 10:31:06
  Author: arodseth
Revision: 1361519

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  116 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-19 10:30:59 UTC (rev 1361518)
+++ PKGBUILD    2022-12-19 10:31:06 UTC (rev 1361519)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: WorMzy Tykashi <[email protected]>
-# Contributor: OK100 <[email protected]>
-# Contributor: Valère Monseur <[email protected]>
-
-pkgname=picom
-pkgver=10.1
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=(x86_64)
-url='https://github.com/yshui/picom'
-license=(MIT MPL)
-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-xprop:    for picom-trans'
-            'xorg-xwininfo: for picom-trans')
-source=("git+$url?signed#commit=98a5c4e77c9c3e134046d9f628d9cd7dd6af54f3") # 
tag: v10.1
-validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 
<[email protected]>
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  # More subtle transparency in the default settings
-  setconf picom.sample.conf 'frame-opacity=0.9;'
-  setconf picom.sample.conf 'inactive-opacity=0.95;'
-  # Improve performance (recommended option)
-  setconf -u picom.sample.conf 'glx-no-stencil=true;'
-}
-
-build() {
-  mkdir -p build
-  arch-meson --buildtype=release -D with_docs=true build $pkgname
-  ninja -v -C build
-}
-
-check() {
-  ninja -C build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # Default and example configuration
-  install -Dm644 $pkgname/picom.sample.conf "$pkgdir/etc/xdg/picom.conf"
-  install -Dm644 $pkgname/picom.sample.conf 
"$pkgdir/usr/share/doc/picom/picom.conf.example"
-
-  # Man pages and licenses
-  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"
-  install -Dm644 $pkgname/LICENSES/MIT 
"$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 $pkgname/LICENSES/MPL-2.0 
"$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# getver: github.com/yshui/picom/releases

Copied: picom/repos/community-x86_64/PKGBUILD (from rev 1361518, 
picom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-19 10:31:06 UTC (rev 1361519)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: WorMzy Tykashi <[email protected]>
+# Contributor: OK100 <[email protected]>
+# Contributor: Valère Monseur <[email protected]>
+
+pkgname=picom
+pkgver=10.2
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=(x86_64)
+url='https://github.com/yshui/picom'
+license=(MIT MPL)
+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-xprop:    for picom-trans'
+            'xorg-xwininfo: for picom-trans')
+source=("git+$url?signed#commit=b700a37d56ab5debdbb78be7a6b905e72f69ff2d") # 
tag: v10.2
+validpgpkeys=('A22F5C0F4FCF9C7C89A167462C965E9E5D45D730') # Yuxuan Shui 
<[email protected]>
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  # More subtle transparency in the default settings
+  setconf picom.sample.conf 'frame-opacity=0.9;'
+  setconf picom.sample.conf 'inactive-opacity=0.95;'
+  # Improve performance (recommended option)
+  setconf -u picom.sample.conf 'glx-no-stencil=true;'
+}
+
+build() {
+  mkdir -p build
+  arch-meson --buildtype=release -D with_docs=true build $pkgname
+  ninja -v -C build
+}
+
+check() {
+  ninja -C build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Default and example configuration
+  install -Dm644 $pkgname/picom.sample.conf "$pkgdir/etc/xdg/picom.conf"
+  install -Dm644 $pkgname/picom.sample.conf 
"$pkgdir/usr/share/doc/picom/picom.conf.example"
+
+  # Man pages and licenses
+  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"
+  install -Dm644 $pkgname/LICENSES/MIT 
"$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 $pkgname/LICENSES/MPL-2.0 
"$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# getver: github.com/yshui/picom/releases

Reply via email to