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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Bart Ribbers
aports
Commits
f45247c4
Commit
f45247c4
authored
9 years ago
by
Łukasz Jendrysik
Committed by
Sören Tempel
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/pidgin-otr: upgrade to 4.0.2
parent
e04c0e6c
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
main/pidgin-otr/APKBUILD
+7
-15
7 additions, 15 deletions
main/pidgin-otr/APKBUILD
with
7 additions
and
15 deletions
main/pidgin-otr/APKBUILD
+
7
−
15
View file @
f45247c4
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
pidgin-otr
pkgver
=
4.0.
1
pkgver
=
4.0.
2
pkgrel
=
0
pkgdesc
=
"Off The Record Messaging, an encryption plugin for pidgin to provide secure IM conversations"
url
=
"http://otr.cypherpunks.ca/"
...
...
@@ -13,23 +13,15 @@ subpackages="$pkgname-lang"
source
=
"http://www.cypherpunks.ca/otr/
$pkgname
-
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
local
i
cd
"
$_builddir
"
update_config_sub
||
return
1
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
||
return
1
make
||
return
1
}
...
...
@@ -39,6 +31,6 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"
26aae6c9de423a653812edfe983037e5
pidgin-otr-4.0.
1
.tar.gz"
sha256sums
=
"
1b781f48c27bcc9de3136c0674810df23f7d6b44c727dbf4dfb24067909bf30a
pidgin-otr-4.0.
1
.tar.gz"
sha512sums
=
"
359cde727a92964eadb4d795cf6442634c6b35471c68eeadd6b70d9da0ece7440b03a593d7b509d1ca99f50a06777c1e11557af3a55c1660d38cccf9dccbc259
pidgin-otr-4.0.
1
.tar.gz"
md5sums
=
"
7ef14e1334a4bc80e5d530f9a3cfc626
pidgin-otr-4.0.
2
.tar.gz"
sha256sums
=
"
f4b59eef4a94b1d29dbe0c106dd00cdc630e47f18619fc754e5afbf5724ebac4
pidgin-otr-4.0.
2
.tar.gz"
sha512sums
=
"
6815f1d2be5786726602a924ae6ead5371543a53bd36231dc3239fa580f73a6136836df0c1beb64d83b76e6bd0d80ffe6750ca6e9ddd2a6a94841a9a678925ad
pidgin-otr-4.0.
2
.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