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
00ef9025
Commit
00ef9025
authored
Jun 23, 2011
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported Silicon Empire from the CCR, where kote had uploaded it.
parent
9fd96a8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
silicon-empire/PKGBUILD
silicon-empire/PKGBUILD
+46
-0
No files found.
silicon-empire/PKGBUILD
0 → 100644
View file @
00ef9025
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
silicon-empire
_pkgname
=
silicon
_pkgname2
=
Silicon
pkgver
=
1.7.3
pkgrel
=
1
pkgdesc
=
"Set of tools to manage and organize your optical discs like CDs, DVDs and Blu-rays."
arch
=(
'i686'
'x86_64'
)
url
=
"http://getsilicon.org/"
license
=(
'GPL3'
)
depends
=(
'fuseiso'
'phonon'
'taglib'
'qt'
)
conflicts
=(
'silicon-empire-git'
)
screenshot
=
"http://getsilicon.org/wp-content/uploads/big-screeshot.png"
source
=(
http://getsilicon.org/download/
${
_pkgname
}
_
${
pkgver
}
_src.tar.gz
)
md5sums
=(
'3608f1ef5698c286caa4184ba0089cfe'
)
build
()
{
cd
$srcdir
/
$_pkgname2
sed
-i
'48d'
Makefile
# Fix Makefile(qmake-qt4 -> qmake)
# sed -i 's/qmake-qt4/qmake/' Makefile
make
}
package
()
{
cd
$srcdir
/
$_pkgname2
/build-linux
install
-Dm755
bin/
$_pkgname
$pkgdir
/usr/bin/
$_pkgname
cp
-R
lib/ share/
$pkgdir
/usr
# Desktop icon
cd
$srcdir
/
$_pkgname2
/src/Files
install
-Dm644
$_pkgname
.desktop
$pkgdir
/usr/share/applications/
$_pkgname
.desktop
install
-Dm644
icons/silicon_22.png
$pkgdir
/usr/share/icons/hicolor/22x22/apps/
$_pkgname
.png
install
-Dm644
icons/silicon_32.png
$pkgdir
/usr/share/icons/hicolor/32x32/apps/
$_pkgname
.png
install
-Dm644
icons/silicon_48.png
$pkgdir
/usr/share/icons/hicolor/48x48/apps/
$_pkgname
.png
install
-Dm644
icons/silicon_64.png
$pkgdir
/usr/share/icons/hicolor/64x64/apps/
$_pkgname
.png
install
-Dm644
icons/silicon_128.png
$pkgdir
/usr/share/icons/hicolor/128x128/apps/
$_pkgname
.png
}
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