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

Morten Linderud foxboron at archlinux.org
Thu Oct 29 11:26:57 UTC 2020


    Date: Thursday, October 29, 2020 @ 11:26:56
  Author: foxboron
Revision: 736497

archrelease: copy trunk to community-x86_64

Added:
  plocate/repos/community-x86_64/PKGBUILD
    (from rev 736496, plocate/trunk/PKGBUILD)
  plocate/repos/community-x86_64/plocate-build.service
    (from rev 736496, plocate/trunk/plocate-build.service)
  plocate/repos/community-x86_64/plocate.tmpfiles
    (from rev 736496, plocate/trunk/plocate.tmpfiles)
Deleted:
  plocate/repos/community-x86_64/PKGBUILD
  plocate/repos/community-x86_64/plocate-build.service

-----------------------+
 PKGBUILD              |   79 ++++++++++++++++++++++++------------------------
 plocate-build.service |   22 ++++++-------
 plocate.tmpfiles      |    1 
 3 files changed, 53 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-29 11:26:45 UTC (rev 736496)
+++ PKGBUILD	2020-10-29 11:26:56 UTC (rev 736497)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Hans-Nikolai Viessmann <hans AT viess DOT mn>
-
-pkgname=plocate
-pkgver=1.0.5
-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' 'mlocate')
-makedepends=('meson')
-source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
-        'plocate-build.service')
-sha256sums=('afb62d4ff85bdef51f5daa143e15889718d272cef9e9e43d1149ca36584fa6cd'
-            '1aacfdfb905d78eaa207f6cf295b0993c0863d27445eb02d7236bc8075b22e7e')
-
-build() {
-    cd $pkgname-$pkgver
-
-    arch-meson \
-        -Dinstall_cron=false \
-        -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-build.service "${pkgdir}/usr/lib/systemd/system/plocate-build.service"
-    install ../build/update-plocate.sh "${pkgdir}/usr/bin/update-plocate.sh"
-}

Copied: plocate/repos/community-x86_64/PKGBUILD (from rev 736496, plocate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-29 11:26:56 UTC (rev 736497)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Hans-Nikolai Viessmann <hans AT viess DOT mn>
+
+pkgname=plocate
+pkgver=1.0.5
+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' 'mlocate')
+makedepends=('meson')
+source=("${url}/download/${pkgname}-${pkgver}.tar.gz"
+        'plocate.tmpfiles'
+        'plocate-build.service')
+sha256sums=('afb62d4ff85bdef51f5daa143e15889718d272cef9e9e43d1149ca36584fa6cd'
+            'd2a8a86dc9b4bb2bf24dbfeb302101fca9dded2fbe204892f6ee3f9a9836a7dc'
+            '1aacfdfb905d78eaa207f6cf295b0993c0863d27445eb02d7236bc8075b22e7e')
+
+build() {
+    cd $pkgname-$pkgver
+
+    arch-meson \
+        -Dinstall_cron=false \
+        -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-build.service "${pkgdir}/usr/lib/systemd/system/plocate-build.service"
+    install ../build/update-plocate.sh "${pkgdir}/usr/bin/update-plocate.sh"
+    install -Dm644 ../plocate.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/plocate.conf"
+}

Deleted: plocate-build.service
===================================================================
--- plocate-build.service	2020-10-29 11:26:45 UTC (rev 736496)
+++ plocate-build.service	2020-10-29 11:26:56 UTC (rev 736497)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Update plocate database
-After=updatedb.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/update-plocate.sh
-IOSchedulingClass=idle
-
-[Install]
-WantedBy=updatedb.service

Copied: plocate/repos/community-x86_64/plocate-build.service (from rev 736496, plocate/trunk/plocate-build.service)
===================================================================
--- plocate-build.service	                        (rev 0)
+++ plocate-build.service	2020-10-29 11:26:56 UTC (rev 736497)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Update plocate database
+After=updatedb.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/update-plocate.sh
+IOSchedulingClass=idle
+
+[Install]
+WantedBy=updatedb.service

Copied: plocate/repos/community-x86_64/plocate.tmpfiles (from rev 736496, plocate/trunk/plocate.tmpfiles)
===================================================================
--- plocate.tmpfiles	                        (rev 0)
+++ plocate.tmpfiles	2020-10-29 11:26:56 UTC (rev 736497)
@@ -0,0 +1 @@
+f /var/lib/mlocate/plocate.db   0750 root locate



More information about the arch-commits mailing list