[arch-commits] Commit in plocate/repos/community-x86_64 (8 files)

2022-06-05 Thread Morten Linderud via arch-commits
Date: Sunday, June 5, 2022 @ 22:58:56
  Author: foxboron
Revision: 1224297

archrelease: copy trunk to community-x86_64

Added:
  plocate/repos/community-x86_64/PKGBUILD
(from rev 1224296, plocate/trunk/PKGBUILD)
  plocate/repos/community-x86_64/plocate.sysusers
(from rev 1224296, plocate/trunk/plocate.sysusers)
  plocate/repos/community-x86_64/plocate.tmpfiles
(from rev 1224296, plocate/trunk/plocate.tmpfiles)
  plocate/repos/community-x86_64/updatedb.conf
(from rev 1224296, plocate/trunk/updatedb.conf)
Deleted:
  plocate/repos/community-x86_64/PKGBUILD
  plocate/repos/community-x86_64/plocate.sysusers
  plocate/repos/community-x86_64/plocate.tmpfiles
  plocate/repos/community-x86_64/updatedb.conf

--+
 PKGBUILD |   96 ++---
 plocate.sysusers |2 -
 plocate.tmpfiles |2 -
 updatedb.conf|8 ++--
 4 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-05 22:58:47 UTC (rev 1224296)
+++ PKGBUILD2022-06-05 22:58:56 UTC (rev 1224297)
@@ -1,48 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Hans-Nikolai Viessmann 
-
-pkgname=plocate
-pkgver=1.1.15
-pkgrel=2
-pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
-arch=('x86_64' 'i686')
-url="https://plocate.sesse.net;
-license=('GPL2')
-depends=('zstd' 'liburing' 'systemd')
-makedepends=('meson')
-conflicts=('mlocate')
-provides=('mlocate' 'locate')
-options=(debug)
-backup=('etc/updatedb.conf')
-source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-'plocate.sysusers'
-'plocate.tmpfiles'
-'updatedb.conf')
-sha256sums=('d1855954da8b811887de0e12ed8d236c0599ecd959ec5a6851503315507bf150'
-'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
-'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202'
-'d00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')
-
-build() {
-cd $pkgname-$pkgver
-arch-meson \
--Dinstall_cron=false \
--Dinstall_systemd=true\
--Dlocategroup=locate \
-../build
-meson compile -C ../build
-}
-
-package() {
-cd $pkgname-$pkgver
-DESTDIR="$pkgdir" meson install -C ../build
-
-chgrp 21 "${pkgdir}/usr/bin/plocate"
-chmod 2755 "${pkgdir}/usr/bin/plocate"
-
-install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
-install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
-install -Dm644 ../updatedb.conf "${pkgdir}/etc/updatedb.conf"
-ln -sf /usr/bin/plocate "$pkgdir/usr/bin/mlocate"
-ln -sf /usr/bin/plocate "$pkgdir/usr/bin/locate"
-}

Copied: plocate/repos/community-x86_64/PKGBUILD (from rev 1224296, 
plocate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-05 22:58:56 UTC (rev 1224297)
@@ -0,0 +1,48 @@
+# Maintainer: Morten Linderud 
+# Contributor: Hans-Nikolai Viessmann 
+
+pkgname=plocate
+pkgver=1.1.16
+pkgrel=1
+pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
+arch=('x86_64' 'i686')
+url="https://plocate.sesse.net;
+license=('GPL2')
+depends=('zstd' 'liburing' 'systemd')
+makedepends=('meson')
+conflicts=('mlocate')
+provides=('mlocate' 'locate')
+options=(debug)
+backup=('etc/updatedb.conf')
+source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+'plocate.sysusers'
+'plocate.tmpfiles'
+'updatedb.conf')
+sha256sums=('4504df6f9df0e253466eab29c88ad37fc7bdff106f4872f96bc980e80b3a9631'
+'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
+'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202'
+'d00796741e2194032d0185b40de70ff5c8a11fda416a70434eb0aa2020981f91')
+
+build() {
+cd $pkgname-$pkgver
+arch-meson \
+-Dinstall_cron=false \
+-Dinstall_systemd=true\
+-Dlocategroup=locate \
+../build
+meson compile -C ../build
+}
+
+package() {
+cd $pkgname-$pkgver
+DESTDIR="$pkgdir" meson install -C ../build
+
+chgrp 21 "${pkgdir}/usr/bin/plocate"
+chmod 2755 "${pkgdir}/usr/bin/plocate"
+
+install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
+install -Dm644 ../updatedb.conf "${pkgdir}/etc/updatedb.conf"
+ln -sf /usr/bin/plocate "$pkgdir/usr/bin/mlocate"
+ln -sf /usr/bin/plocate "$pkgdir/usr/bin/locate"
+}

Deleted: plocate.sysusers
===
--- plocate.sysusers2022-06-05 22:58:47 UTC (rev 1224296)
+++ plocate.sysusers2022-06-05 22:58:56 UTC (rev 1224297)
@@ -1 +0,0 @@
-g locate 21 - -

Copied: 

[arch-commits] Commit in plocate/repos/community-x86_64 (8 files)

2021-02-14 Thread Morten Linderud via arch-commits
Date: Sunday, February 14, 2021 @ 11:37:12
  Author: foxboron
Revision: 859992

archrelease: copy trunk to community-x86_64

Added:
  plocate/repos/community-x86_64/PKGBUILD
(from rev 859991, plocate/trunk/PKGBUILD)
  plocate/repos/community-x86_64/plocate.install
(from rev 859991, plocate/trunk/plocate.install)
  plocate/repos/community-x86_64/plocate.sysusers
(from rev 859991, plocate/trunk/plocate.sysusers)
  plocate/repos/community-x86_64/plocate.tmpfiles
(from rev 859991, plocate/trunk/plocate.tmpfiles)
Deleted:
  plocate/repos/community-x86_64/PKGBUILD
  plocate/repos/community-x86_64/plocate.install
  plocate/repos/community-x86_64/plocate.sysusers
  plocate/repos/community-x86_64/plocate.tmpfiles

--+
 PKGBUILD |   88 ++---
 plocate.install  |   20 ++--
 plocate.sysusers |2 -
 plocate.tmpfiles |2 -
 4 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-14 11:37:02 UTC (rev 859991)
+++ PKGBUILD2021-02-14 11:37:12 UTC (rev 859992)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Hans-Nikolai Viessmann 
-
-pkgname=plocate
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
-arch=('x86_64' 'i686')
-url="https://plocate.sesse.net;
-license=('GPL2')
-install=plocate.install
-depends=('zstd' 'liburing' 'systemd')
-makedepends=('meson')
-source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-'plocate.sysusers'
-'plocate.tmpfiles')
-sha256sums=('5e6174838e53b1d63852215b02bededcb9878d8fc7f375e3b33afd59121811fa'
-'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
-'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202')
-
-build() {
-cd $pkgname-$pkgver
-arch-meson \
--Dinstall_cron=false \
--Dinstall_systemd=true\
--Dlocategroup=locate \
--Dupdatedb_progname=updatedb.plocate \
-../build
-meson compile -C ../build
-}
-
-package() {
-cd $pkgname-$pkgver
-DESTDIR="$pkgdir" meson install -C ../build
-
-chgrp 21 "${pkgdir}/usr/bin/plocate"
-chmod 2755 "${pkgdir}/usr/bin/plocate"
-
-install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
-install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
-
-mv "$pkgdir/usr/share/man/man5/updatedb.conf.5" \
-   "$pkgdir/usr/share/man/man5/updatedb.plocate.conf.5"
-}

Copied: plocate/repos/community-x86_64/PKGBUILD (from rev 859991, 
plocate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-02-14 11:37:12 UTC (rev 859992)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Contributor: Hans-Nikolai Viessmann 
+
+pkgname=plocate
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
+arch=('x86_64' 'i686')
+url="https://plocate.sesse.net;
+license=('GPL2')
+install=plocate.install
+depends=('zstd' 'liburing' 'systemd')
+makedepends=('meson')
+source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+'plocate.sysusers'
+'plocate.tmpfiles')
+sha256sums=('7237532c722ee351affa8cabc2e4b77f20d71bf14fae8fe8441830a610ee20e9'
+'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
+'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202')
+
+build() {
+cd $pkgname-$pkgver
+arch-meson \
+-Dinstall_cron=false \
+-Dinstall_systemd=true\
+-Dlocategroup=locate \
+-Dupdatedb_progname=updatedb.plocate \
+../build
+meson compile -C ../build
+}
+
+package() {
+cd $pkgname-$pkgver
+DESTDIR="$pkgdir" meson install -C ../build
+
+chgrp 21 "${pkgdir}/usr/bin/plocate"
+chmod 2755 "${pkgdir}/usr/bin/plocate"
+
+install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
+
+mv "$pkgdir/usr/share/man/man5/updatedb.conf.5" \
+   "$pkgdir/usr/share/man/man5/updatedb.plocate.conf.5"
+}

Deleted: plocate.install
===
--- plocate.install 2021-02-14 11:37:02 UTC (rev 859991)
+++ plocate.install 2021-02-14 11:37:12 UTC (rev 859992)
@@ -1,10 +0,0 @@
-post_upgrade() {
-  cat << EOF
-plocate now provides it's own "updatedb". plocate-build.service is deprecated
-and should be removed. Enable plocate-updatedb.timer.
-EOF
-}
-
-post_install(){
-  post_upgrade
-}

Copied: plocate/repos/community-x86_64/plocate.install (from rev 859991, 
plocate/trunk/plocate.install)
===
--- plocate.install (rev 

[arch-commits] Commit in plocate/repos/community-x86_64 (8 files)

2021-01-05 Thread Morten Linderud via arch-commits
Date: Wednesday, January 6, 2021 @ 07:33:52
  Author: foxboron
Revision: 810544

archrelease: copy trunk to community-x86_64

Added:
  plocate/repos/community-x86_64/PKGBUILD
(from rev 810543, plocate/trunk/PKGBUILD)
  plocate/repos/community-x86_64/plocate.install
(from rev 810543, plocate/trunk/plocate.install)
  plocate/repos/community-x86_64/plocate.sysusers
(from rev 810543, plocate/trunk/plocate.sysusers)
  plocate/repos/community-x86_64/plocate.tmpfiles
(from rev 810543, plocate/trunk/plocate.tmpfiles)
Deleted:
  plocate/repos/community-x86_64/PKGBUILD
  plocate/repos/community-x86_64/plocate.install
  plocate/repos/community-x86_64/plocate.sysusers
  plocate/repos/community-x86_64/plocate.tmpfiles

--+
 PKGBUILD |   88 ++---
 plocate.install  |   20 ++--
 plocate.sysusers |2 -
 plocate.tmpfiles |2 -
 4 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-06 07:33:39 UTC (rev 810543)
+++ PKGBUILD2021-01-06 07:33:52 UTC (rev 810544)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Hans-Nikolai Viessmann 
-
-pkgname=plocate
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
-arch=('x86_64' 'i686')
-url="https://plocate.sesse.net;
-license=('GPL2')
-install=plocate.install
-depends=('zstd' 'liburing' 'systemd')
-makedepends=('meson')
-source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-'plocate.sysusers'
-'plocate.tmpfiles')
-sha256sums=('5e6174838e53b1d63852215b02bededcb9878d8fc7f375e3b33afd59121811fa'
-'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
-'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202')
-
-build() {
-cd $pkgname-$pkgver
-arch-meson \
--Dinstall_cron=false \
--Dinstall_systemd=true\
--Dlocategroup=locate \
--Dupdatedb_progname=updatedb.plocate \
-../build
-meson compile -C ../build
-}
-
-package() {
-cd $pkgname-$pkgver
-DESTDIR="$pkgdir" meson install -C ../build
-
-chgrp 21 "${pkgdir}/usr/bin/plocate"
-chmod 2755 "${pkgdir}/usr/bin/plocate"
-
-install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
-install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
-
-mv "$pkgdir/usr/share/man/man5/updatedb.conf.5" \
-   "$pkgdir/usr/share/man/man5/updatedb.plocate.conf.5"
-}

Copied: plocate/repos/community-x86_64/PKGBUILD (from rev 810543, 
plocate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-06 07:33:52 UTC (rev 810544)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Contributor: Hans-Nikolai Viessmann 
+
+pkgname=plocate
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="Alternative to locate, faster and compatible with mlocate's database."
+arch=('x86_64' 'i686')
+url="https://plocate.sesse.net;
+license=('GPL2')
+install=plocate.install
+depends=('zstd' 'liburing' 'systemd')
+makedepends=('meson')
+source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+'plocate.sysusers'
+'plocate.tmpfiles')
+sha256sums=('5e6174838e53b1d63852215b02bededcb9878d8fc7f375e3b33afd59121811fa'
+'1713a8fc8b81f4a390bf8597c4c0e917474379002dcc984aad2f44218d10c82a'
+'adda399ac42f0faa002caab5bf932777c0006ae7c4387add859c9f77321b4202')
+
+build() {
+cd $pkgname-$pkgver
+arch-meson \
+-Dinstall_cron=false \
+-Dinstall_systemd=true\
+-Dlocategroup=locate \
+-Dupdatedb_progname=updatedb.plocate \
+../build
+meson compile -C ../build
+}
+
+package() {
+cd $pkgname-$pkgver
+DESTDIR="$pkgdir" meson install -C ../build
+
+chgrp 21 "${pkgdir}/usr/bin/plocate"
+chmod 2755 "${pkgdir}/usr/bin/plocate"
+
+install -Dm644 ../plocate.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+install -Dm644 ../plocate.sysusers 
"$pkgdir/usr/lib/sysusers.d/plocate.conf"
+
+mv "$pkgdir/usr/share/man/man5/updatedb.conf.5" \
+   "$pkgdir/usr/share/man/man5/updatedb.plocate.conf.5"
+}

Deleted: plocate.install
===
--- plocate.install 2021-01-06 07:33:39 UTC (rev 810543)
+++ plocate.install 2021-01-06 07:33:52 UTC (rev 810544)
@@ -1,10 +0,0 @@
-post_upgrade() {
-  cat << EOF
-plocate now provides it's own "updatedb". plocate-build.service is deprecated
-and should be removed. Enable plocate-updatedb.service.
-EOF
-}
-
-post_install(){
-  post_upgrade
-}

Copied: plocate/repos/community-x86_64/plocate.install (from rev 810543, 
plocate/trunk/plocate.install)
===
--- plocate.install