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
5cc2b08d
Commit
5cc2b08d
authored
Aug 23, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved TuxPaint in from the CCR, along with a dependency of it.
parent
9d88e16d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
89 additions
and
0 deletions
+89
-0
libpaper/PKGBUILD
libpaper/PKGBUILD
+30
-0
tuxpaint/PKGBUILD
tuxpaint/PKGBUILD
+59
-0
No files found.
libpaper/PKGBUILD
0 → 100644
View file @
5cc2b08d
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# Contributor: Gene Kodadek <gkodadek@gmail.com>
pkgname
=
libpaper
pkgver
=
1.1.24
pkgrel
=
1
pkgdesc
=
"Library for handling paper characteristics"
arch
=(
'i686'
'x86_64'
)
url
=
"http://packages.debian.org/unstable/source/libpaper"
license
=(
'GPL'
)
source
=(
http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_
${
pkgver
}
.tar.gz
)
md5sums
=(
'5bc87d494ba470aba54f6d2d51471834'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
./configure
\
--mandir
=
$pkgdir
/usr/share/man
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
prefix
=
$pkgdir
/usr
install
}
\ No newline at end of file
tuxpaint/PKGBUILD
0 → 100644
View file @
5cc2b08d
#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# Contributor: Gene Kodadek <gkodadek@gmail.com>
pkgname
=
tuxpaint
pkgver
=
0.9.21
pkgrel
=
4
pkgdesc
=
"Tux Paint is a free drawing program designed for young children."
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.tuxpaint.org"
license
=(
'GPL3'
)
depends
=(
'fribidi'
'libpaper'
'librsvg'
'python2'
'sdl_image'
'sdl_mixer'
'sdl_pango'
'sdl_ttf'
)
backup
=(
'etc/tuxpaint/tuxpaint.conf'
)
source
=(
http://downloads.sourceforge.net/sourceforge/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'a88401d1860648098eeed819cff038fa'
)
build
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
# Python 2 fix.
for
file
in
docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py
;
do
sed
-i
's_#!/usr/bin/env python_#!/usr/bin/env python2_'
$file
done
# Add categories to .desktop file.
echo
"Categories=Game;KidsGame;Graphics;RasterGraphics;"
>>
src/tuxpaint.desktop
# Build.
make
\
PREFIX
=
/usr
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
\
PREFIX
=
/usr
\
DESTDIR
=
$pkgdir
\
CONFDIR
=
$pkgdir
/etc
\
MAN_PREFIX
=
$pkgdir
/usr/share/man
\
X11_ICON_PREFIX
=
$pkgdir
/usr/share/pixmaps
\
KDE_PREFIX
=
""
\
KDE_ICON_PREFIX
=
""
\
install
# Desktop integration.
install
-D
-m
644
$srcdir
/
$pkgname
-
$pkgver
/src/tuxpaint.desktop
\
$pkgdir
/usr/share/applications/tuxpaint.desktop
# Permissions adjustments.
chmod
-R
644
$pkgdir
/usr/share/doc/tuxpaint-dev/
*
chmod
755
$pkgdir
/usr/share/doc/tuxpaint-dev/html
# Configuration stuff.
mkdir
-p
$pkgdir
/etc/tuxpaint
mv
$pkgdir
/etc/tuxpaint.conf
$pkgdir
/etc/tuxpaint/
}
\ No newline at end of file
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