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

Daniel M. Capella polyzen at gemini.archlinux.org
Sat Aug 21 04:24:41 UTC 2021


    Date: Saturday, August 21, 2021 @ 04:24:41
  Author: polyzen
Revision: 1004054

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
    (from rev 1004053, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/firejail.install
    (from rev 1004053, 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	2021-08-21 04:24:16 UTC (rev 1004053)
+++ PKGBUILD	2021-08-21 04:24:41 UTC (rev 1004054)
@@ -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.66
-pkgrel=2
-pkgdesc='Linux namespaces sandbox program'
-arch=('x86_64')
-url=https://github.com/netblue30/firejail
-license=('GPL2')
-depends=('apparmor')
-optdepends=('xdg-dbus-proxy')
-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=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
-            'SKIP')
-b2sums=('43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b'
-        '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 1004053, firejail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-21 04:24:41 UTC (rev 1004054)
@@ -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.66
+pkgrel=3
+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=('8a849ea2f3922901033a407b9498d48915260e7c3381f6cf151c51a73c952d0f'
+            'SKIP')
+b2sums=('43243e4d2773f007c9a7ce4e63b009b63113055baaffa5125d279124967f5c07d510edf431b568bbf5d6cf04501f5645accb5756af80298750d8f0ef35f9a88b'
+        '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	2021-08-21 04:24:16 UTC (rev 1004053)
+++ firejail.install	2021-08-21 04:24:41 UTC (rev 1004054)
@@ -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 1004053, firejail/trunk/firejail.install)
===================================================================
--- firejail.install	                        (rev 0)
+++ firejail.install	2021-08-21 04:24:41 UTC (rev 1004054)
@@ -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