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
b3b5451b
Commit
b3b5451b
authored
4 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/xfce4-notes-plugin: upgrade to prerelease
based on snapshot from git master
parent
95d5c1e5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/xfce4-notes-plugin/APKBUILD
+9
-22
9 additions, 22 deletions
community/xfce4-notes-plugin/APKBUILD
with
9 additions
and
22 deletions
community/xfce4-notes-plugin/APKBUILD
+
9
−
22
View file @
b3b5451b
# Contributor:
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xfce4-notes-plugin
pkgver
=
1.
8.1
pkgver
=
1.
9.0_pre20201224
pkgrel
=
1
pkgdesc
=
"Notes plugin for the Xfce4 desktop"
url
=
"http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin"
arch
=
"all"
license
=
"GPL"
depends
=
makedepends
=
"xfce4-panel-dev libunique-dev libxfce4ui-dev"
install
=
makedepends
=
"xfce4-panel-dev libunique-dev libxfce4ui-dev xfce4-dev-tools vala"
subpackages
=
"
$pkgname
-lang"
source
=
"https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/
${
pkgver
%.*
}
/xfce4-notes-plugin-
$pkgver
.tar.bz2
#source="https://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/${pkgver%.*}/xfce4-notes-plugin-$pkgver.tar.bz2
source
=
"https://dev.alpinelinux.org/archive/xfce4-notes-plugin/xfce4-notes-plugin-
${
pkgver
#*_pre
}
.tar.gz
"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p0
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
builddir
=
"
$srcdir
"
/xfce4-notes-plugin
build
()
{
cd
"
$_builddir
"
./configure
\
./autogen.sh
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
||
return
1
make
||
return
1
--infodir
=
/usr/share/info
make
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
3e3f2513aaa5d26880d21ba31458aa8b79c1e01cac47141513d61002df9535e52ca2c14a8da6cddd54fcab3bcda6199c636cce045cea9bd4548f5fc763e069f3
xfce4-notes-plugin-
1.8.1
.tar.
bz2
"
sha512sums
=
"
a671e11ebd2e01a7f01dda3d1b2c037ce0ec3bdb3d3dbb050a54e5866d70516d7e3419616c8b612b481aa03574d32a6da2d0fde58e5cbdd4fb68042d0aa676f1
xfce4-notes-plugin-
20201224
.tar.
gz
"
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