[arch-commits] Commit in firejail/repos/community-x86_64 (4 files)

Daniel M. Capella polyzen at gemini.archlinux.org
Thu Jun 9 17:30:53 UTC 2022


    Date: Thursday, June 9, 2022 @ 17:30:53
  Author: polyzen
Revision: 1229729

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
    (from rev 1229728, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/firejail.install
    (from rev 1229728, firejail/trunk/firejail.install)
Deleted:
  firejail/repos/community-x86_64/PKGBUILD
  firejail/repos/community-x86_64/firejail.install

------------------+
 PKGBUILD         |   68 ++++++++++++++++++++++++++---------------------------
 firejail.install |   10 +++----
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 17:30:23 UTC (rev 1229728)
+++ PKGBUILD	2022-06-09 17:30:53 UTC (rev 1229729)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.68
-pkgrel=1
-pkgdesc='Linux namespaces sandbox program'
-arch=('x86_64')
-url=https://github.com/netblue30/firejail
-license=('GPL2')
-depends=('apparmor')
-optdepends=('xdg-dbus-proxy: for D-Bus filtering')
-backup=('etc/apparmor.d/local/firejail-default'
-        'etc/firejail/firejail.config'
-        'etc/firejail/login.users')
-install=firejail.install
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('a322395597d89d2e5ea21fb11cb3f2afc44b00fca5439bf44c7636c5cffa652f'
-            'SKIP')
-b2sums=('4d995715caa81b69bb9a16f604a2463b2db48fad5ba869bb5f353973ce8ec273dbabe07ee340b40094d6fe15bcef7e356cd07e7e7dfd0491d2d1632f64878a0e'
-        'SKIP')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-apparmor
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 1229728, firejail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-09 17:30:53 UTC (rev 1229729)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.70
+pkgrel=1
+pkgdesc='Linux namespaces sandbox program'
+arch=('x86_64')
+url=https://github.com/netblue30/firejail
+license=('GPL2')
+depends=('apparmor')
+optdepends=('xdg-dbus-proxy: for D-Bus filtering')
+backup=('etc/apparmor.d/local/firejail-default'
+        'etc/firejail/firejail.config'
+        'etc/firejail/login.users')
+install=firejail.install
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('b77b67a4db7c01d69cb033a50aa7b1132dfaeb2cd97ce6412285235265b71b17'
+            'SKIP')
+b2sums=('d5164ba5ee08e80415a84999e4152f1f9c897f50def669731098126cec117aed3cf4b21603aeb13ccbdb1bffa9d48de69dcb19fe7135691e891b9b83f48a5ca1'
+        'SKIP')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-apparmor
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: firejail.install
===================================================================
--- firejail.install	2022-06-09 17:30:23 UTC (rev 1229728)
+++ firejail.install	2022-06-09 17:30:53 UTC (rev 1229729)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the apparmor package and run as root: 'apparmor_parser -r /etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 1229728, firejail/trunk/firejail.install)
===================================================================
--- firejail.install	                        (rev 0)
+++ firejail.install	2022-06-09 17:30:53 UTC (rev 1229729)
@@ -0,0 +1,5 @@
+# Firejail installation file
+
+post_install() {
+  echo "In order to use the apparmor integration with firejail, install the apparmor package and run as root: 'apparmor_parser -r /etc/apparmor.d/firejail-default'"
+}



More information about the arch-commits mailing list