Date: Monday, October 31, 2022 @ 14:22:16
  Author: alucryd
Revision: 1339824

archrelease: copy trunk to community-x86_64

Added:
  luakit/repos/community-x86_64/PKGBUILD
    (from rev 1339823, luakit/trunk/PKGBUILD)
Deleted:
  luakit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 50 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-31 14:22:07 UTC (rev 1339823)
+++ PKGBUILD    2022-10-31 14:22:16 UTC (rev 1339824)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Aoibhinn Nic Aoidh <[email protected]>
-# Contributor: Alexander F Rødseth <[email protected]>
-# Contributor: Bartłomiej Piotrowski <[email protected]>
-# Contributor: Thomas Dziedzic <[email protected]>
-# Contributor: J. W. Birdsong <[email protected]>
-
-pkgname=luakit
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
-arch=(x86_64)
-url=https://luakit.github.io/
-license=(GPL3)
-depends=(
-  lua51-filesystem
-  luajit
-  webkit2gtk
-)
-makedepends=(
-  git
-  help2man
-)
-backup=(
-  etc/xdg/luakit/rc.lua
-  etc/xdg/luakit/theme.lua
-)
-_tag=3cde159ab3be074be9f72b4e170e66f5f9785106
-source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd luakit
-
-  git describe --tags
-}
-
-build() {
-  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
-}
-
-package() {
-  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
-}
-
-# vim: ts=2 sw=2 et:

Copied: luakit/repos/community-x86_64/PKGBUILD (from rev 1339823, 
luakit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-31 14:22:16 UTC (rev 1339824)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Aoibhinn Nic Aoidh <[email protected]>
+# Contributor: Alexander F Rødseth <[email protected]>
+# Contributor: Bartłomiej Piotrowski <[email protected]>
+# Contributor: Thomas Dziedzic <[email protected]>
+# Contributor: J. W. Birdsong <[email protected]>
+
+pkgname=luakit
+pkgver=2.3.1
+pkgrel=2
+pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
+arch=(x86_64)
+url=https://luakit.github.io/
+license=(GPL3)
+depends=(
+  lua51-filesystem
+  luajit
+  webkit2gtk
+)
+makedepends=(
+  git
+  help2man
+)
+backup=(
+  etc/xdg/luakit/rc.lua
+  etc/xdg/luakit/theme.lua
+)
+_tag=3cde159ab3be074be9f72b4e170e66f5f9785106
+source=(git+https://github.com/luakit/luakit.git#tag=${_tag})
+b2sums=(SKIP)
+
+prepare() {
+  cd luakit
+  git cherry-pick -n e9c7693f387835bdf2d1ada85c2ba0b813686ebb
+}
+
+pkgver() {
+  cd luakit
+  git describe --tags
+}
+
+build() {
+  make DEVELOPMENT_PATHS=0 PREFIX=/usr USE_LUAJIT=1 -C luakit
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr -C luakit install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to