[arch-commits] Commit in lib32-polkit/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Dec 5 12:43:09 UTC 2020
Date: Saturday, December 5, 2020 @ 12:43:08
Author: arojas
Revision: 770505
archrelease: copy trunk to multilib-x86_64
Added:
lib32-polkit/repos/multilib-x86_64/PKGBUILD
(from rev 770504, lib32-polkit/trunk/PKGBUILD)
Deleted:
lib32-polkit/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 154 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 77 insertions(+), 77 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-05 12:42:50 UTC (rev 770504)
+++ PKGBUILD 2020-12-05 12:43:08 UTC (rev 770505)
@@ -1,77 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: jtts <jussaar at mbnet.fi>
-# Contributor: GordonGR <gordongr at freemail.gr>
-
-pkgname=lib32-polkit
-pkgver=0.117
-pkgrel=1
-pkgdesc='Application development toolkit for controlling system-wide privileges'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.freedesktop.org/wiki/Software/polkit/
-depends=(
- lib32-expat
- lib32-glib2
- lib32-pam
- lib32-systemd
- polkit
-)
-makedepends=(
- autoconf-archive
- git
- gobject-introspection
- gtk-doc
- intltool
-)
-_tag=585f4f2715639394e36319d4918389d26e250e7b
-source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd polkit
-
- git describe --tags
-}
-
-prepare() {
- cd polkit
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd polkit
-
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libdir=/usr/lib32 \
- --localstatedir=/var \
- --libexecdir=/usr/lib32 \
- --disable-gtk-doc \
- --disable-static \
- --enable-libsystemd-login=yes \
- --with-os-type='redhat'
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make -C src/polkit polkitenumtypes.h
- make -C src/polkit libpolkit-gobject-1.la
- make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
- make -C src/polkitagent libpolkit-agent-1.la
-}
-
-package() {
- cd polkit
-
- make -C src/polkit DESTDIR="${pkgdir}" lib_LTLIBRARIES=libpolkit-gobject-1.la install-libLTLIBRARIES
- make -C src/polkitagent DESTDIR="${pkgdir}" lib_LTLIBRARIES=libpolkit-agent-1.la install-libLTLIBRARIES
- make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-polkit/repos/multilib-x86_64/PKGBUILD (from rev 770504, lib32-polkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-05 12:43:08 UTC (rev 770505)
@@ -0,0 +1,77 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: jtts <jussaar at mbnet.fi>
+# Contributor: GordonGR <gordongr at freemail.gr>
+
+pkgname=lib32-polkit
+pkgver=0.118
+pkgrel=1
+pkgdesc='Application development toolkit for controlling system-wide privileges'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.freedesktop.org/wiki/Software/polkit/
+depends=(
+ lib32-expat
+ lib32-glib2
+ lib32-pam
+ lib32-systemd
+ polkit
+)
+makedepends=(
+ autoconf-archive
+ git
+ gobject-introspection
+ gtk-doc
+ intltool
+)
+_tag=ff4c2144f0fb1325275887d9e254117fcd8a1b52
+source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd polkit
+
+ git describe --tags
+}
+
+prepare() {
+ cd polkit
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd polkit
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --libdir=/usr/lib32 \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib32 \
+ --disable-gtk-doc \
+ --disable-static \
+ --enable-libsystemd-login=yes \
+ --with-os-type='redhat'
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make -C src/polkit polkitenumtypes.h
+ make -C src/polkit libpolkit-gobject-1.la
+ make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
+ make -C src/polkitagent libpolkit-agent-1.la
+}
+
+package() {
+ cd polkit
+
+ make -C src/polkit DESTDIR="${pkgdir}" lib_LTLIBRARIES=libpolkit-gobject-1.la install-libLTLIBRARIES
+ make -C src/polkitagent DESTDIR="${pkgdir}" lib_LTLIBRARIES=libpolkit-agent-1.la install-libLTLIBRARIES
+ make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list