Skip to content
Snippets Groups Projects
Commit b62bcff5 authored by Danilo K. S. Yorinori's avatar Danilo K. S. Yorinori
Browse files

Initial Commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 80 additions and 0 deletions
TODO 0 → 100644
VERSAO 0 → 100644
3.10.0
gerar.sh 0 → 100755
#!/bin/bash
# gerar.sh
# Copyright (c) 2006 by Bruno Ribas <ribas@ufpr.br>
DIRTMP=$(mktemp -d)
VERSAO=$(cat VERSAO)
#arrumar versao
#$1 tipo de incremento
MAJOR=$(echo $VERSAO| cut -d'.' -f1)
MINOR=$(echo $VERSAO| cut -d'.' -f2)
REVISION=$(echo $VERSAO| cut -d'.' -f3)
case $1 in
Minor)
((MINOR++))
REVISION=0
;;
Major)
((MAJOR++))
MINOR=0
REVISION=0
;;
help)
echo "Uso: $0 Major|Minor|Revision"
echo ' Major - Altera versao Major'
echo ' Minor - Altera versao Minor'
exit
;;
*)
((REVISION++))
;;
esac
VERSAO="${MAJOR}.${MINOR}.${REVISION}"
echo "$VERSAO" > VERSAO
#Compila a documentacao do pacote no diretorio doc/
#cd doc/
#hevea -text *.tex
#hevea -text *.tex
#cd ../
cp -r pacote $DIRTMP
#Copia a documentacao compilada para dentro do pacote.
#cp doc/*.txt $DIRTMP/pacote/usr/share/doc/prd-*
cd $DIRTMP
find . -name ".svn" -exec rm -rf {} \; &>/dev/null
sed -i -e "s/Version:/Version: $VERSAO/" pacote/DEBIAN/control
fakeroot dpkg -b pacote .
cd -
cp $DIRTMP/*deb .
rm -rf $DIRTMP
# vim:tabstop=4:shiftwidth=4:encoding=iso-8859-1
Package: frugalitheme-kde4
Priority: important
Section: main
Version:
Maintainer: LE Maintainer <le_maintainer@c3sl.ufpr.br>
Description: Frugal Icon Theme for KDE4
Architecture: i386
# FrugalThemeForKDE4_3.10
Antoine (aka Centuri0)
This diff is collapsed.
[Dolphin]
ShowPreview=true
Timestamp=2009,11,3,13,31,11
[Dolphin]
CategorizedSorting=true
ShowPreview=true
Timestamp=2009,12,16,9,8,12
pacote/usr/share/icons/FrugalThemeForKDE4_3.10/128x128/actions/acrobat.png

13.1 KiB

pacote/usr/share/icons/FrugalThemeForKDE4_3.10/128x128/actions/address-book-new.png

17.1 KiB

pacote/usr/share/icons/FrugalThemeForKDE4_3.10/128x128/actions/align-horizontal-left.png

3.35 KiB

pacote/usr/share/icons/FrugalThemeForKDE4_3.10/128x128/actions/align-vertical-bottom.png

3.49 KiB

pacote/usr/share/icons/FrugalThemeForKDE4_3.10/128x128/actions/align-vertical-center.png

3.43 KiB

pacote/usr/share/icons/FrugalThemeForKDE4_3.10/128x128/actions/align-vertical-top.png

3.48 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment