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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Feb 7 06:07:21 UTC 2022


    Date: Monday, February 7, 2022 @ 06:07:20
  Author: polyzen
Revision: 1127403

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
    (from rev 1127402, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/firejail.install
    (from rev 1127402, 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-02-07 06:06:52 UTC (rev 1127402)
+++ PKGBUILD	2022-02-07 06:07:20 UTC (rev 1127403)
@@ -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=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
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 1127402, firejail/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-07 06:07:20 UTC (rev 1127403)
@@ -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.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
+}

Deleted: firejail.install
===================================================================
--- firejail.install	2022-02-07 06:06:52 UTC (rev 1127402)
+++ firejail.install	2022-02-07 06:07:20 UTC (rev 1127403)
@@ -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 1127402, firejail/trunk/firejail.install)
===================================================================
--- firejail.install	                        (rev 0)
+++ firejail.install	2022-02-07 06:07:20 UTC (rev 1127403)
@@ -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