Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
octopi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Community
octopi
Commits
7ec6f79d
Commit
7ec6f79d
authored
Jul 16, 2019
by
Philip Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pkg-upd] 0.9.0-10
parent
0faf35d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
PKGBUILD
PKGBUILD
+5
-5
No files found.
PKGBUILD
View file @
7ec6f79d
...
...
@@ -12,10 +12,10 @@
pkgbase
=
octopi
pkgname
=(
'octopi'
'octopi-notifier-qt5'
'octopi-notifier-frameworks'
)
#'octopi-repoeditor' 'octopi-cachecleaner'
pkgver
=
0.9.0
pkgrel
=
9
pkgrel
=
10
# This is the release package so the below _gitcommit variable should (usually) be commented out.
#_gitcommit=f94ee1a04b0ca623fb0cae921b5f880692f78608
_gitcommit
=
841a0310cfdf4ad14c02d3ba6c947d560c5f381e
_gitcommit
=
d23565750a3a9be20dff5236c9268c2b7d290a13
arch
=(
'i686'
'x86_64'
)
url
=
"http://octopiproject.wordpress.com"
license
=(
'GPL2'
)
...
...
@@ -27,7 +27,7 @@ else
source
=(
"octopi-
${
pkgver
}
.tar.gz::https://github.com/aarnt/octopi/archive/v
${
pkgver
}
.tar.gz"
)
fi
#source+=('remove-qdialog.patch')
sha256sums
=(
'
180fae7d0a447ded7901a862686e8e429632a464f19aee4b9f7bd58aceae3d38
'
)
sha256sums
=(
'
ed64f799eb8a757d2464e76a3d24cd6882e26e1515c2aa05def0a3504c395371
'
)
# 'af8ebc8892a37c866556df391a078a50c6c56a4425e7ef31d35b27871e490229')
...
...
@@ -39,13 +39,13 @@ prepare() {
fi
# sed version
sed
-i
-e
"s|0.10.0 (dev)|
${
pkgver
}
-
${
pkgrel
}
|g"
src/strconstants.cpp
sed
-i
-e
"s|0.10.0 (dev)|
${
pkgver
}
-
${
pkgrel
}
(git-
${
_gitcommit
:0:6
}
)
|g"
src/strconstants.cpp
# fix network detection
# patch -p1 -i $srcdir/remove-qdialog.patch
# fix gksu-polkit
sed
-i
'/u root -m/d'
src/wmhelper.cpp
#
sed -i '/u root -m/d' src/wmhelper.cpp
cp
-r
notifier notifier-qt5
cp
-r
notifier notifier-frameworks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment