Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
I
inkscape-centerline-trace
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
3dmodeling
inkscape-centerline-trace
Commits
9bb4f29c
Commit
9bb4f29c
authored
May 15, 2016
by
Juergen Weigert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
verbose checkinstall!
parent
38b635f3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
Makefile
Makefile
+3
-0
dist.sh
distribute/deb/dist.sh
+3
-3
distribute.sh
distribute/distribute.sh
+1
-0
No files found.
Makefile
View file @
9bb4f29c
# a simple makefile to release packages
# a simple makefile to release packages
DEST
=
/usr/share/inkscape/extensions
DEST
=
/usr/share/inkscape/extensions
DISTNAME
=
inkscape-centerline-trace
dist
:
dist
:
cd
distribute
;
sh ./distribute.sh
cd
distribute
;
sh ./distribute.sh
...
@@ -13,3 +14,5 @@ install:
...
@@ -13,3 +14,5 @@ install:
clean
:
clean
:
rm
-f
*
.orig
*
/
*
.orig
rm
-f
*
.orig
*
/
*
.orig
rm
-rf
distribute/
$(DISTNAME)
rm
-rf
distribute/deb/files
distribute/deb/dist.sh
View file @
9bb4f29c
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
name
=
$1
name
=
$1
vers
=
$2
vers
=
$2
url
=
http://github.com/fablabnbg/inkscape-centerline-trace
url
=
http://github.com/fablabnbg/inkscape-centerline-trace
requires
=
"
bash, python3-PIL|python-PIL, autotrace
"
requires
=
"
autotrace, python3-PIL | bash, python-PIL
"
tmp
=
../out
tmp
=
../out
...
@@ -16,6 +16,6 @@ fakeroot checkinstall --fstrans --reset-uid --type debian \
...
@@ -16,6 +16,6 @@ fakeroot checkinstall --fstrans --reset-uid --type debian \
--pkglicense
LGPL
--pkggroup
other
--pakdir
../
$tmp
--pkgsource
$url
\
--pkglicense
LGPL
--pkggroup
other
--pakdir
../
$tmp
--pkgsource
$url
\
--pkgaltsource
"http://fablab-nuernberg.de"
\
--pkgaltsource
"http://fablab-nuernberg.de"
\
--maintainer
"'Juergen Weigert (juewei@fabmail.org)'"
\
--maintainer
"'Juergen Weigert (juewei@fabmail.org)'"
\
--requires
"
$requires
"
make
install
\
--requires
"
'
$requires
'
"
make
install
\
-e
PREFIX
=
/usr
>
/dev/null
||
{
echo
"error"
;
exit
1
;
}
-e
PREFIX
=
/usr
||
{
echo
"error"
;
exit
1
;
}
distribute/distribute.sh
View file @
9bb4f29c
...
@@ -22,6 +22,7 @@ echo "Build Ubuntu Version (Y/n)?"
...
@@ -22,6 +22,7 @@ echo "Build Ubuntu Version (Y/n)?"
read
answer
read
answer
if
[
"
$answer
"
!=
"n"
]
if
[
"
$answer
"
!=
"n"
]
then
then
mkdir
-p
deb/files
cp
-a
$name
/
*
deb/files
cp
-a
$name
/
*
deb/files
(
cd
deb
&&
sh ./dist.sh
$name
$VERSION
)
(
cd
deb
&&
sh ./dist.sh
$name
$VERSION
)
fi
fi
...
...
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