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
51a506e1
Commit
51a506e1
authored
Sep 02, 2019
by
Philip Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[pkg-upd] 0.9.0-15
parent
284e565b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
PKGBUILD
PKGBUILD
+3
-12
No files found.
PKGBUILD
View file @
51a506e1
...
...
@@ -12,9 +12,9 @@
pkgbase
=
octopi
pkgname
=(
'octopi'
'octopi-notifier-qt5'
'octopi-notifier-frameworks'
)
#'octopi-repoeditor' 'octopi-cachecleaner'
pkgver
=
0.9.0
pkgrel
=
1
3
pkgrel
=
1
5
# This is the release package so the below _gitcommit variable should (usually) be commented out.
_gitcommit
=
3
1060ae2b2f7c496c95b2262b8219c39b65e45be
_gitcommit
=
3
95291481af795fcb15afeada5e68b7a2faf939a
arch
=(
'i686'
'x86_64'
)
url
=
"http://octopiproject.wordpress.com"
license
=(
'GPL2'
)
...
...
@@ -25,10 +25,7 @@ if [ "${_gitcommit}" != "" ]; then
else
source
=(
"octopi-
${
pkgver
}
.tar.gz::https://github.com/aarnt/octopi/archive/v
${
pkgver
}
.tar.gz"
)
fi
#source+=('remove-qdialog.patch')
sha256sums
=(
'2eac6062b3589700b0d0e37c601f5bff4ad49dc59847be5950777d7e5a09685c'
)
# 'af8ebc8892a37c866556df391a078a50c6c56a4425e7ef31d35b27871e490229')
sha256sums
=(
'47264cb93ff97d9bd5c6a6e5f676b334281c73cb508225a92fe67a30f7fd6c09'
)
prepare
()
{
if
[
!
-z
${
_gitcommit
}
]
;
then
...
...
@@ -40,12 +37,6 @@ prepare() {
# sed version
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
cp
-r
notifier notifier-qt5
cp
-r
notifier notifier-frameworks
sed
-i
's|#KSTATUS|KSTATUS|'
notifier-frameworks/octopi-notifier.pro
...
...
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