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
0a5662e3
Unverified
Commit
0a5662e3
authored
6 years ago
by
Pierre Parent
Committed by
Oliver Smith
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Qtwebbrowser: update on execution permissions.
parent
2018571e
No related branches found
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
main/qtwebbrowser/APKBUILD
+4
-2
4 additions, 2 deletions
main/qtwebbrowser/APKBUILD
main/qtwebbrowser/startup-qtwebbrowser.sh
+1
-1
1 addition, 1 deletion
main/qtwebbrowser/startup-qtwebbrowser.sh
with
5 additions
and
3 deletions
main/qtwebbrowser/APKBUILD
+
4
−
2
View file @
0a5662e3
...
...
@@ -2,7 +2,7 @@
pkgname
=
qtwebbrowser
pkgver
=
1.1
_commit
=
a8c36890a9c9a885d6a8ba415fc9d1b47640518e
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"Qt web browser"
url
=
"http://doc.qt.io/QtWebBrowser/"
arch
=
"all"
...
...
@@ -30,9 +30,11 @@ package() {
"
$pkgdir
"
/usr/share/icons/hicolor/scalable/apps/qtwebbrowser.svg
install
-D
-m644
"
$srcdir
"
/qtwebbrowser.desktop
\
"
$pkgdir
"
/usr/share/applications/qtwebbrowser.desktop
chmod
+x
$pkgdir
/usr/bin/qtwebbrowser
chmod
+x
$pkgdir
/usr/bin/qtwebbrowser-bin
}
sha512sums
=
"5e14de5c4c8aec79f3ab25947e1f4091fdbf9a38a894229d1f636dbbb17480970e3c9d7dfdf7cc57e42246a55058025ee3e200145115cfea507f0611aaa3dd77 qtwebbrowser.svg
5caaeba318b3130b848d4b21204ca864a03493f3990b53e25b52611569f32ca6d75057a16082043c24b388975107a1ba7490a9c1607c04def6eb1ed24118b81e
startup-qtwebbrowser.sh
0b0edd36a128273f1c4d4287c50c2a6dec22699d651bcd22fba0b0ea25e58243149ff9b21c442a452f0f8b3a94f00667eb06e44d3443133d10157c654ab4ba79
startup-qtwebbrowser.sh
681a1275f7d09991cdffe9a0f86aa9af22103807d02fd24e806a46e79c8eacb4eea907ef1a677d5eacc379e0666934b346662c99e76026e3dc7820df162a9fe6 qtwebbrowser.desktop
62e66ca78327e48b7c8643ac7235788e0d428fd1b8298f182fd8052567b5d96b260c99b6a0493a4713ffb2911ceee1afcf4b49a5537d00d1ab614b80b210f6f9 a8c36890a9c9a885d6a8ba415fc9d1b47640518e.tar.gz"
This diff is collapsed.
Click to expand it.
main/qtwebbrowser/startup-qtwebbrowser.sh
+
1
−
1
View file @
0a5662e3
#!/bin/sh
rm
/tmp/qt-WebBrowser-last-url.txt
rm
-f
/tmp/qt-WebBrowser-last-url.txt
if
[
!
-f
"/usr/bin/libEGL.so"
]
;
then
sudo ln
-s
/usr/bin/libEGL.so /usr/lib/libEGL.so
...
...
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