Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
46cfc590
Commit
46cfc590
authored
Jun 19, 2011
by
Anke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtk-integration rebuild for new oxygen-icons, zsh update
parent
1194bc17
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
15 deletions
+25
-15
gtk-integration/PKGBUILD
gtk-integration/PKGBUILD
+7
-8
gtk-integration/gtk-integration.install
gtk-integration/gtk-integration.install
+1
-1
zsh/PKGBUILD
zsh/PKGBUILD
+17
-6
No files found.
gtk-integration/PKGBUILD
View file @
46cfc590
...
...
@@ -5,23 +5,22 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname
=
gtk-integration
pkgver
=
2.
4
pkgver
=
2.
6
pkgrel
=
2
iconspkgver
=
2.5.0
widgetpkgver
=
1.
0.4
widgetpkgver
=
1.
1.0
_colors
=
3.0
cgcver
=
1.
3
cgcver
=
1.
6
pkgdesc
=
"A bundles and Gtk apps integration package for Chakra GNU/Linux"
arch
=(
'i686'
'x86_64'
)
url
=(
"http://www.nanolx.org/home/item/75-oxygen-refit"
"http://kde-look.org/content/show.php/gtk-oxygen-engine?content=129715"
)
url
=(
"http://www.nanolx.org/home/item/75-oxygen-refit http://kde-look.org/content/show.php/gtk-oxygen-engine?content=129715"
)
license
=(
'LGPL3'
'GPL'
)
depends
=(
'kdelibs'
'qt'
'oxygen-icons'
'cairo'
)
makedepends
=(
'gcc'
'cmake'
'findutils'
'imagemagick'
'liblqr'
'gtk2'
'automoc4'
)
makedepends
=(
'gcc'
'cmake'
'findutils'
'imagemagick'
'liblqr'
'gtk2'
)
provides
=(
'gtk-integration'
'oxygenrefit2-icon-theme'
'oxygen-gtk'
'chakra-gtk-config'
)
conflicts
=(
'oxygenrefit2-icon-theme'
'oxygen-gtk'
)
...
...
@@ -30,8 +29,8 @@ source=("http://download.tuxfamily.org/oxygenrefit2/oxygen-refit-2-$iconspkgver.
"http://chakra-project.org/sources/gtk-integration/chakra-gtk-config-
${
cgcver
}
.tar.gz"
)
md5sums
=(
'60f32f98d8d33d82db79b6bb934f0580'
'
0aed63523f8abe79860e6b934a9d6210
'
'
8e3b983319110425dd3a9af000b6666a
'
)
'
bacbe2be37db8e8fb3e60a3e13be7fb8
'
'
d924ec89729cd00e31d48b888e8e2324
'
)
function
create_install
()
{
cat
>
"
${
startdir
}
/
${
pkgname
}
.install"
<<
EOF
...
...
gtk-integration/gtk-integration.install
View file @
46cfc590
post_install
()
{
cat
<<-
'EOF'
GTK
-
Integration
v2
.
4
-
2
GTK
-
Integration
v2
.
6
-
2
You
can
install
aditional
engines
:
----------------------------------
...
...
zsh/PKGBUILD
View file @
46cfc590
...
...
@@ -8,19 +8,22 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
zsh
pkgver
=
4.3.1
1
pkgver
=
4.3.1
2
pkgrel
=
1
pkgdesc
=
'A very advanced and programmable command interpreter (shell) for UNIX'
arch
=(
'i686'
'x86_64'
)
url
=
'http://www.zsh.org/'
license
=(
'custom'
)
depends
=(
'pcre'
'libcap'
)
depends
=(
'pcre'
'libcap'
'gdbm'
)
install
=
zsh.install
source
=(
"ftp://ftp.zsh.org/pub/
${
pkgname
}
-
${
pkgver
}
.tar.bz2"
)
md5sums
=(
'3225c7f53b69f395e95723585d6785ed'
)
source
=(
"ftp://ftp.zsh.org/pub/
${
pkgname
}
-
${
pkgver
}
.tar.bz2"
'modules.patch'
)
md5sums
=(
'7a82c0bf0635e046ca4e9ec1bdef3811'
'b31d6b2dce928d60a5f597add13c6e3b'
)
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
# upstream patch to fix handling of compressed kernel modules
patch
-p1
-i
${
srcdir
}
/modules.patch
# FS#16360
sed
-i
's/init.d/rc.d/g'
Doc/Zsh/compsys.yo
\
Doc/zsh.texi
\
...
...
@@ -38,14 +41,22 @@ build() {
--with-term-lib
=
'ncursesw'
\
--enable-multibyte
\
--enable-function-subdirs
\
--enable-fndir
=
/usr/share/zsh/functions
\
--enable-scriptdir
=
/usr/share/zsh/scripts
\
--with-tcsetpgrp
\
--enable-pcre
\
--enable-cap
\
--enable-zsh-secure-free
\
--disable-gdbm
--enable-zsh-secure-free
make
}
check
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
# This test wont work with the noatime mount option
rm
Test/C02cond.ztst
HOME
=
"
${
srcdir
}
"
make check
}
package
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
make
DESTDIR
=
"
${
pkgdir
}
/"
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