[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2020-05-27 Thread Jelle van der Waa via arch-commits
Date: Wednesday, May 27, 2020 @ 19:42:06
  Author: jelle
Revision: 387730

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 387729, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 387729, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   60 +++---
 pkgfile.install |   38 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-27 19:41:59 UTC (rev 387729)
+++ PKGBUILD2020-05-27 19:42:06 UTC (rev 387730)
@@ -1,30 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=21
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="https://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  arch-meson build
-  ninja -v -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 387729, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-27 19:42:06 UTC (rev 387730)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=21
+pkgrel=2
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="https://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2020-05-27 19:41:59 UTC (rev 387729)
+++ pkgfile.install 2020-05-27 19:42:06 UTC (rev 387730)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 19-1 "$2")" -eq 1 ]; then
-printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
-chmod 755 /var/cache/pkgfile
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 387729, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2020-05-27 19:42:06 UTC (rev 387730)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 19-1 "$2")" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2019-10-15 Thread Dave Reisner via arch-commits
Date: Tuesday, October 15, 2019 @ 23:59:29
  Author: dreisner
Revision: 365062

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 365061, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 365061, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   60 +++---
 pkgfile.install |   38 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-15 23:59:13 UTC (rev 365061)
+++ PKGBUILD2019-10-15 23:59:29 UTC (rev 365062)
@@ -1,30 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=20
-pkgrel=2
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="https://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  arch-meson build
-  ninja -v -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 365061, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-15 23:59:29 UTC (rev 365062)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=21
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="https://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2019-10-15 23:59:13 UTC (rev 365061)
+++ pkgfile.install 2019-10-15 23:59:29 UTC (rev 365062)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 19-1 "$2")" -eq 1 ]; then
-printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
-chmod 755 /var/cache/pkgfile
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 365061, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2019-10-15 23:59:29 UTC (rev 365062)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 19-1 "$2")" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2019-10-03 Thread Dave Reisner via arch-commits
Date: Thursday, October 3, 2019 @ 17:03:53
  Author: dreisner
Revision: 363707

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 363706, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 363706, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   60 +++---
 pkgfile.install |   38 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 17:03:35 UTC (rev 363706)
+++ PKGBUILD2019-10-03 17:03:53 UTC (rev 363707)
@@ -1,30 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=20
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="https://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  arch-meson build
-  ninja -v -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 363706, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 17:03:53 UTC (rev 363707)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=20
+pkgrel=2
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="https://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2019-10-03 17:03:35 UTC (rev 363706)
+++ pkgfile.install 2019-10-03 17:03:53 UTC (rev 363707)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
-printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
-chmod 755 /var/cache/pkgfile
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 363706, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2019-10-03 17:03:53 UTC (rev 363707)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 19-1 "$2")" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2019-10-03 Thread Dave Reisner via arch-commits
Date: Thursday, October 3, 2019 @ 11:27:54
  Author: dreisner
Revision: 363687

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 363686, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 363686, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   60 +++---
 pkgfile.install |   38 +-
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-03 11:27:38 UTC (rev 363686)
+++ PKGBUILD2019-10-03 11:27:54 UTC (rev 363687)
@@ -1,30 +0,0 @@
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=19
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  arch-meson build
-  ninja -v -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 363686, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-03 11:27:54 UTC (rev 363687)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=20
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="https://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2019-10-03 11:27:38 UTC (rev 363686)
+++ pkgfile.install 2019-10-03 11:27:54 UTC (rev 363687)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
-printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
-chmod 755 /var/cache/pkgfile
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 363686, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2019-10-03 11:27:54 UTC (rev 363687)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2018-11-23 Thread Dave Reisner via arch-commits
Date: Friday, November 23, 2018 @ 16:20:05
  Author: dreisner
Revision: 340351

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 340350, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 340350, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   61 ++
 pkgfile.install |   38 -
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-23 16:19:49 UTC (rev 340350)
+++ PKGBUILD2018-11-23 16:20:05 UTC (rev 340351)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=18
-pkgrel=2
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  arch-meson build
-  ninja -v -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 340350, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-23 16:20:05 UTC (rev 340351)
@@ -0,0 +1,30 @@
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=19
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-11-23 16:19:49 UTC (rev 340350)
+++ pkgfile.install 2018-11-23 16:20:05 UTC (rev 340351)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
-printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
-chmod 755 /var/cache/pkgfile
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 340350, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-11-23 16:20:05 UTC (rev 340351)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2018-08-11 Thread Dave Reisner via arch-commits
Date: Saturday, August 11, 2018 @ 15:10:39
  Author: dreisner
Revision: 331383

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 331382, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 331382, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   67 --
 pkgfile.install |   37 +++--
 2 files changed, 50 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 15:10:19 UTC (rev 331382)
+++ PKGBUILD2018-08-11 15:10:39 UTC (rev 331383)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=18
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-install=pkgfile.install
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  meson build -D buildtype=release
-}
-
-build() {
-  cd "$pkgname"
-
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 331382, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 15:10:39 UTC (rev 331383)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=18
+pkgrel=2
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  arch-meson build
+  ninja -v -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-08-11 15:10:19 UTC (rev 331382)
+++ pkgfile.install 2018-08-11 15:10:39 UTC (rev 331383)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 331382, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-08-11 15:10:39 UTC (rev 331383)
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp "$1" 18-1)" -eq 1 ]; then
+printf "==> Changing permissions on /var/cache/pkgfile from 775 to 755\n"
+chmod 755 /var/cache/pkgfile
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2018-08-05 Thread Dave Reisner via arch-commits
Date: Sunday, August 5, 2018 @ 20:55:33
  Author: dreisner
Revision: 330632

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 330631, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 330631, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   71 +++---
 pkgfile.install |   36 +--
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 20:55:06 UTC (rev 330631)
+++ PKGBUILD2018-08-05 20:55:33 UTC (rev 330632)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=18
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-makedepends=('git' 'meson')
-source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver;)
-install=pkgfile.install
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  meson build -D buildtype=release
-}
-
-build() {
-  cd "$pkgname"
-
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR=$pkgdir ninja -C build install
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 330631, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 20:55:33 UTC (rev 330632)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=18
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile?signed#tag=v$pkgver;)
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+install=pkgfile.install
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  meson build -D buildtype=release
+}
+
+build() {
+  cd "$pkgname"
+
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-08-05 20:55:06 UTC (rev 330631)
+++ pkgfile.install 2018-08-05 20:55:33 UTC (rev 330632)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 330631, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-08-05 20:55:33 UTC (rev 330632)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+printf "==> DB format has changed. Please run pkgfile -uu\n"
+  fi
+}


[arch-commits] Commit in pkgfile/repos/extra-x86_64 (4 files)

2018-08-05 Thread Dave Reisner via arch-commits
Date: Sunday, August 5, 2018 @ 17:17:47
  Author: dreisner
Revision: 330615

archrelease: copy trunk to extra-x86_64

Added:
  pkgfile/repos/extra-x86_64/PKGBUILD
(from rev 330614, pkgfile/trunk/PKGBUILD)
  pkgfile/repos/extra-x86_64/pkgfile.install
(from rev 330614, pkgfile/trunk/pkgfile.install)
Deleted:
  pkgfile/repos/extra-x86_64/PKGBUILD
  pkgfile/repos/extra-x86_64/pkgfile.install

-+
 PKGBUILD|   71 ++
 pkgfile.install |   36 +--
 2 files changed, 53 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-05 17:17:25 UTC (rev 330614)
+++ PKGBUILD2018-08-05 17:17:47 UTC (rev 330615)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-
-pkgname=pkgfile
-pkgver=17
-pkgrel=1
-pkgdesc="a pacman .files metadata explorer"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/pkgfile;
-license=('MIT')
-depends=('libarchive' 'curl' 'pcre' 'pacman')
-source=("https://pkgbuild.com/~dreisner/sources/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-install=pkgfile.install
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('c0ced1f0972891b41c9d84abcbf6bc1f'
- 'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-
-  # generate a license file
-  sed '/\*\//q' src/pkgfile.c >LICENSE
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh

Copied: pkgfile/repos/extra-x86_64/PKGBUILD (from rev 330614, 
pkgfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-05 17:17:47 UTC (rev 330615)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Dave Reisner 
+
+pkgname=pkgfile
+pkgver=18
+pkgrel=1
+pkgdesc="a pacman .files metadata explorer"
+arch=('x86_64')
+url="http://github.com/falconindy/pkgfile;
+license=('MIT')
+depends=('libarchive' 'curl' 'pcre' 'pacman')
+makedepends=('git' 'meson')
+source=("git+https://github.com/falconindy/pkgfile#tag=v$pkgver;)
+install=pkgfile.install
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  meson build -D buildtype=release
+}
+
+build() {
+  cd "$pkgname"
+
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR=$pkgdir ninja -C build install
+}
+
+# vim: ft=sh syn=sh

Deleted: pkgfile.install
===
--- pkgfile.install 2018-08-05 17:17:25 UTC (rev 330614)
+++ pkgfile.install 2018-08-05 17:17:47 UTC (rev 330615)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-post_install() {
-  printf "==> Run 'pkgfile --update' to initialize the database\n"
-}
-
-post_remove() {
-  # the cache dir might not be removed, notify the user
-  if [ -d var/cache/pkgfile ]; then
-printf "==> /var/cache/pkgfile has not been removed\n"
-  fi
-}
-
-post_upgrade() {
-  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
-printf "==> DB format has changed. Please run pkgfile -uu\n"
-  fi
-}

Copied: pkgfile/repos/extra-x86_64/pkgfile.install (from rev 330614, 
pkgfile/trunk/pkgfile.install)
===
--- pkgfile.install (rev 0)
+++ pkgfile.install 2018-08-05 17:17:47 UTC (rev 330615)
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+post_install() {
+  printf "==> Run 'pkgfile --update' to initialize the database\n"
+}
+
+post_remove() {
+  # the cache dir might not be removed, notify the user
+  if [ -d var/cache/pkgfile ]; then
+printf "==> /var/cache/pkgfile has not been removed\n"
+  fi
+}
+
+post_upgrade() {
+  if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+printf "==> DB format has changed. Please run pkgfile -uu\n"
+  fi
+}