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
26debc65
Commit
26debc65
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/rofi: upgrade to 1.6.1
parent
cb4838d6
No related branches found
No related tags found
1 merge request
!15375
community/rofi: upgrade to 1.6.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/rofi/APKBUILD
+4
-7
4 additions, 7 deletions
community/rofi/APKBUILD
community/rofi/fix-meson-pc-ver.patch
+0
-14
0 additions, 14 deletions
community/rofi/fix-meson-pc-ver.patch
with
4 additions
and
21 deletions
community/rofi/APKBUILD
+
4
−
7
View file @
26debc65
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname
=
rofi
pkgver
=
1.6.
0
pkgver
=
1.6.
1
pkgrel
=
0
_libnkutils
=
6164bacaef10031ce77380499cfad2ae818ab6b0
_libgwater
=
e6faf48267ae40547cb86c125f265f54f382df1c
...
...
@@ -16,9 +16,8 @@ makedepends="
cairo-dev
pango-dev
libxkbcommon-dev
librsvg-dev
libjpeg-turbo-dev
libxcb-dev
gdk-pixbuf-dev
xcb-util-dev
xcb-util-wm-dev
xcb-util-xrm-dev
...
...
@@ -33,7 +32,6 @@ source="https://github.com/davatorium/rofi/releases/download/$pkgver/rofi-$pkgve
libnkutils-
$_libnkutils
.tar.gz::https://github.com/sardemff7/libnkutils/archive/
$_libnkutils
.tar.gz
libgwater-
$_libgwater
.tar.gz::https://github.com/sardemff7/libgwater/archive/
$_libgwater
.tar.gz
scrollbar-test.patch
fix-meson-pc-ver.patch
"
prepare
()
{
...
...
@@ -57,8 +55,7 @@ package() {
DESTDIR
=
"
$pkgdir
"
meson
install
--no-rebuild
-C
output
}
sha512sums
=
"
a993b0d49681eae4bc4aa84277f6daf1467e53bc40fa43e97ccf3f834763a3c9a1ed8b5d1d628158febc9e8b339be3fb745ae5b4e1d86e9f84b7af4b6a30ea23
rofi-1.6.
0
.tar.gz
sha512sums
=
"
b54e75818a98fa9262a3016260051837de189d49beff4f4a158cb2e7f41438641377e11d75c164f423e6a86d8b8fca3b76e2630611678525465d06c21b393f60
rofi-1.6.
1
.tar.gz
b1e3b87782aa482063d1038e2bbceccba227b4b191e2de96662c64f4752739acf8ccb43f3fb35039ea3011881b737dbb3e8cb96240bcfc1f5237d8a84a2f37a6 libnkutils-6164bacaef10031ce77380499cfad2ae818ab6b0.tar.gz
f3966472289ee4f2c1f2a6f51f22c70c992e715102f79648dbbf8d77d597f5eda0e471a9e8058629fce87d8570ac32b2d87cb62b75bc310199685cf6be0c74bd libgwater-e6faf48267ae40547cb86c125f265f54f382df1c.tar.gz
2edf85133c4ce1817a37ea480913725ff086bc570bcac7ea5100d7516dce816ba6471e530a1d979fbaf0d68ce2d4e4e7ddc9c32f238c2ac2db95fde98f62a44e scrollbar-test.patch
62a28a2522105b0a3b2a12a9a21f7c2103b18e47269439fd1a4cd9cdae0db84d51efc3640aa1e41151373e13cfa624ed0d345256b7ff13fe0859478d19c8c365 fix-meson-pc-ver.patch"
2edf85133c4ce1817a37ea480913725ff086bc570bcac7ea5100d7516dce816ba6471e530a1d979fbaf0d68ce2d4e4e7ddc9c32f238c2ac2db95fde98f62a44e scrollbar-test.patch"
This diff is collapsed.
Click to expand it.
community/rofi/fix-meson-pc-ver.patch
deleted
100644 → 0
+
0
−
14
View file @
cb4838d6
Upstream: Should be
Reason: Fixes version in pkg-config files
diff --git a/meson.build b/meson.build
index 9e89384..e9fa6e1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.5.4-dev',
+ version: '1.6.0',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [
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