Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
603d631c
Unverified
Commit
603d631c
authored
5 years ago
by
Luca Weiss
Committed by
Oliver Smith
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
maemo/libdsme: upgrade to 0.60.31 (
!619
)
parent
b13b653d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
maemo/libdsme/APKBUILD
+9
-16
9 additions, 16 deletions
maemo/libdsme/APKBUILD
maemo/libdsme/include.patch
+12
-0
12 additions, 0 deletions
maemo/libdsme/include.patch
with
21 additions
and
16 deletions
maemo/libdsme/APKBUILD
+
9
−
16
View file @
603d631c
pkgname
=
libdsme
pkgver
=
0.60.3
0
pkgrel
=
2
pkgver
=
0.60.3
1
pkgrel
=
0
pkgdesc
=
"Libraries for programs that communicate with the Device State Management Entity"
arch
=
"all"
url
=
"https://github.com/maemo-leste/libdsme"
license
=
"GPL"
depends
=
"dbus glib"
license
=
"LGPL-2.1-only"
depends_dev
=
"glib-dev"
makedepends
=
"
bash glib-dev
"
makedepends
=
"
$depends_dev
bash
"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/maemo-leste/libdsme/archive/
$pkgver
.tar.gz"
_builddir
=
"
$srcdir
/libdsme-
$pkgver
"
prepare
()
{
cd
"
$_builddir
"
sed
-i
-e
"s|<sys/un.h>|<sys/uio.h>
\n
#include <sys/un.h>|g"
./protocol.c
}
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/maemo-leste/libdsme/archive/
$pkgver
.tar.gz
include.patch"
build
()
{
cd
"
$_builddir
"
make
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
/"
install
}
sha512sums
=
"4c8559b0267b03199deffcf7037bb76ba80d6143f01fb291052740e53e7fcf20bbdc700a65a40682a4fd346f33f14bd8628981ef260d27b63c83bd14b8b64624 libdsme-0.60.30.tar.gz"
sha512sums
=
"68baad532f557519fe16257fdddb8787ae4bc82be19311bbcdca6290ef905236f571403c90c571a6dd302e55168a5fc8ab9f1928646653153d72cf99bd49789e libdsme-0.60.31.tar.gz
5a59eb4c4f0722702beb5a11c7deda25b56bf08380a135b7e1c22f74dd32dc2ae41a7512912e215ca25fd183de2186f3b65b58a4f8b8716a7dce341d304648d5 include.patch"
This diff is collapsed.
Click to expand it.
maemo/libdsme/include.patch
0 → 100644
+
12
−
0
View file @
603d631c
diff --git a/protocol.c b/protocol.c
index 789353e..d115fb1 100644
--- a/protocol.c
+++ b/protocol.c
@@ -37,6 +37,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/socket.h>
+#include <sys/uio.h>
#include <sys/un.h>
#include <string.h>
#include <stdlib.h>
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