Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
2ba463a7
Commit
2ba463a7
authored
Jun 12, 2011
by
Neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated luckybackup to v0.4.6
parent
d6bbf8f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
luckybackup/PKGBUILD
luckybackup/PKGBUILD
+7
-3
No files found.
luckybackup/PKGBUILD
View file @
2ba463a7
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
pkgname
=
luckybackup
pkgname
=
luckybackup
pkgver
=
0.4.
5
pkgver
=
0.4.
6
pkgrel
=
1
pkgrel
=
1
pkgdesc
=
"Backup & Sync tool using Rsync and Qt4"
pkgdesc
=
"Backup & Sync tool using Rsync and Qt4"
arch
=(
'i686'
'x86_64'
)
arch
=(
'i686'
'x86_64'
)
...
@@ -16,11 +16,15 @@ url="http://luckybackup.sourceforge.net/"
...
@@ -16,11 +16,15 @@ url="http://luckybackup.sourceforge.net/"
license
=(
'GPL3'
)
license
=(
'GPL3'
)
depends
=(
'qt'
'rsync'
'openssh'
)
depends
=(
'qt'
'rsync'
'openssh'
)
makedepends
=(
'pkgconfig'
'desktop-file-utils'
)
makedepends
=(
'pkgconfig'
'desktop-file-utils'
)
source
=(
http://
downloads.
sourceforge.net/project
/
$pkgname
/
$pkgver
/source/
$pkgname
-
$pkgver
.tar.gz
)
source
=(
http://sourceforge.net/project
s/luckybackup/files
/
$pkgver
/source/
$pkgname
-
$pkgver
.tar.gz
)
md5sums
=(
'
4bd646dc46ad5d19540ccc77a57fb1ff
'
)
md5sums
=(
'
b456f2a26e56da62922142fa8f4f93d7
'
)
build
()
{
build
()
{
cd
"
${
srcdir
}
/
$pkgname
-
$pkgver
"
cd
"
${
srcdir
}
/
$pkgname
-
$pkgver
"
qmake
||
return
1
qmake
||
return
1
}
package
()
{
cd
"
${
srcdir
}
/
$pkgname
-
$pkgver
"
make
INSTALL_ROOT
=
${
pkgdir
}
/
install
||
return
1
make
INSTALL_ROOT
=
${
pkgdir
}
/
install
||
return
1
}
}
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