Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
d3743aa9
Commit
d3743aa9
authored
Sep 23, 2013
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Tetzle from the CCR, upgraded to 2.0.3.
parent
ccbe1ac3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
tetzle/PKGBUILD
tetzle/PKGBUILD
+27
-0
tetzle/tetzle.install
tetzle/tetzle.install
+12
-0
No files found.
tetzle/PKGBUILD
0 → 100755
View file @
d3743aa9
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname
=
tetzle
pkgver
=
2.0.3
pkgrel
=
1
pkgdesc
=
"A jigsaw puzzle with tetrominoes for pieces."
arch
=(
'i686'
'x86_64'
)
url
=
"http://gottcode.org/
${
pkgname
}
/"
license
=(
'GPL3'
)
depends
=(
'qt'
)
optdepends
=(
'jhead: auto-orient images'
)
install
=
${
pkgname
}
.install
source
=(
http://gottcode.org/
${
pkgname
}
/
${
pkgname
}
-
${
pkgver
}
-src
.tar.bz2
)
md5sums
=(
'f28c63680835fd69ed1a30221dc7730b'
)
sha256sums
=(
'6c29ea61501dcc0149ece879217df5710d1169bfae940a667af2a19605415b51'
)
screenshot
=
'http://gottcode.org/tetzle/screenshots/small.png'
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
qmake
PREFIX
=
/usr
make
}
package
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
make
INSTALL_ROOT
=
"
${
pkgdir
}
/"
install
}
tetzle/tetzle.install
0 → 100644
View file @
d3743aa9
post_install
()
{
xdg
-
icon
-
resource
forceupdate
--
theme
hicolor
&>
/
dev
/
null
update
-
desktop
-
database
-
q
}
post_upgrade
()
{
post_install
}
post_remove
()
{
post_install
}
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