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
b6cdad8c
Commit
b6cdad8c
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/tumbler: rebuild against libgepub-0.7
parent
17da7db7
No related branches found
No related tags found
1 merge request
!40060
community/libgepub: upgrade to 0.7.0
Pipeline
#139902
canceled
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/tumbler/APKBUILD
+5
-2
5 additions, 2 deletions
community/tumbler/APKBUILD
community/tumbler/libgepub-0.7.patch
+13
-0
13 additions, 0 deletions
community/tumbler/libgepub-0.7.patch
with
18 additions
and
2 deletions
community/tumbler/APKBUILD
+
5
−
2
View file @
b6cdad8c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
tumbler
pkgname
=
tumbler
pkgver
=
4.16.1
pkgver
=
4.16.1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"D-Bus thumbnail service"
pkgdesc
=
"D-Bus thumbnail service"
url
=
"http://git.xfce.org/xfce/tumbler"
url
=
"http://git.xfce.org/xfce/tumbler"
arch
=
"all"
arch
=
"all"
...
@@ -22,7 +22,9 @@ makedepends="
...
@@ -22,7 +22,9 @@ makedepends="
xfce4-dev-tools
xfce4-dev-tools
"
"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/xfce-mirror/tumbler/archive/tumbler-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/xfce-mirror/tumbler/archive/tumbler-
$pkgver
.tar.gz
libgepub-0.7.patch
"
builddir
=
"
$srcdir
/tumbler-tumbler-
$pkgver
"
builddir
=
"
$srcdir
/tumbler-tumbler-
$pkgver
"
prepare
()
{
prepare
()
{
...
@@ -48,4 +50,5 @@ package() {
...
@@ -48,4 +50,5 @@ package() {
sha512sums
=
"
sha512sums
=
"
236503089ea36aaf35e28c685c17c68cc38323f81da04040f6797a903d298ccb9d573d4f720292b97825a44bc6bf5b0a3c4df199cfeae203822b3c3018790b36 tumbler-4.16.1.tar.gz
236503089ea36aaf35e28c685c17c68cc38323f81da04040f6797a903d298ccb9d573d4f720292b97825a44bc6bf5b0a3c4df199cfeae203822b3c3018790b36 tumbler-4.16.1.tar.gz
624152b34403e8e8dc7c75becb3e353225431a44041b64f75f82879d8b970c61ebde7d59ca564692106cf931035a62e41cc0b35535904096ad4df851ea1c8fe0 libgepub-0.7.patch
"
"
This diff is collapsed.
Click to expand it.
community/tumbler/libgepub-0.7.patch
0 → 100644
+
13
−
0
View file @
b6cdad8c
diff --git a/acinclude.m4 b/acinclude.m4
index cd070a0..8e8162c 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -317,7 +317,7 @@
if test x"$ac_tumbler_gepub_thumbnailer" = x"yes"; then
PKG_CHECK_MODULES([GDK_PIXBUF], [gdk-pixbuf-2.0 >= 2.14],
[
dnl Check for libgepub
- PKG_CHECK_MODULES([GEPUB], [libgepub-0.6 >= 0.6.0], [], [ac_tumbler_gepub_thumbnailer=no])
+ PKG_CHECK_MODULES([GEPUB], [libgepub-0.7 >= 0.7.0], [], [ac_tumbler_gepub_thumbnailer=no])
], [ac_tumbler_gepub_thumbnailer=no])
fi
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