Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
a8696fe5
Commit
a8696fe5
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/cups-pk-helper: upgrade to 0.2.7
parent
6352541b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/cups-pk-helper/APKBUILD
+13
-18
13 additions, 18 deletions
community/cups-pk-helper/APKBUILD
with
13 additions
and
18 deletions
community/cups-pk-helper/APKBUILD
+
13
−
18
View file @
a8696fe5
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
cups-pk-helper
pkgname
=
cups-pk-helper
pkgver
=
0.2.
6
pkgver
=
0.2.
7
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"PolicyKit helper to configure cups with fine-grained privileges"
pkgdesc
=
"PolicyKit helper to configure cups with fine-grained privileges"
url
=
"https://www.freedesktop.org/wiki/Software/cups-pk-helper/"
url
=
"https://www.freedesktop.org/wiki/Software/cups-pk-helper/"
arch
=
"all"
arch
=
"all"
...
@@ -11,33 +11,28 @@ makedepends="
...
@@ -11,33 +11,28 @@ makedepends="
cups-dev
cups-dev
glib-dev
glib-dev
intltool
intltool
meson
polkit-dev
polkit-dev
"
"
subpackages
=
"
$pkgname
-lang"
subpackages
=
"
$pkgname
-lang"
source
=
"http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-
$pkgver
.tar.xz"
source
=
"http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-
$pkgver
.tar.xz"
options
=
"!check"
# wants to connect to real cups
build
()
{
build
()
{
./configure
\
abuild-meson
\
--build
=
$CBUILD
\
-Db_lto
=
true
\
--host
=
$CHOST
\
.
output
--prefix
=
/usr
\
meson compile
-C
output
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
}
check
()
{
check
()
{
m
ake check
m
eson
test
--no-rebuild
--print-errorlogs
-C
output
}
}
package
()
{
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
# fix dbus policy location - --with-dbusdir doens't work
install
-dm755
"
$pkgdir
"
/usr/share/dbus-1/system.d
mv
"
$pkgdir
"
/etc/dbus-1/system.d/
*
"
$pkgdir
"
/usr/share/dbus-1/system.d
rm
-rf
"
$pkgdir
"
/etc/dbus-1
}
}
sha512sums
=
"33f1b6f58f4772148bd1cfb8163dacaffd3cc62f2d03731710c98b765ebb8b87541cb9cf43e886880134c32db91a43c7142b1556a0abdf1449068031b0d5fbd3 cups-pk-helper-0.2.6.tar.xz"
sha512sums
=
"
8f1d5dce73a52552d00eb3f54b39e03ca7ae711a0591572a25bd8926e228457628f1ee7e6ae89bda1b0ef473f860ad85bff9036ca1bc244d2cbda530bab96d40 cups-pk-helper-0.2.7.tar.xz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment