Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Weblate
gajim
Commits
1b6db2b6
Commit
1b6db2b6
authored
19 years ago
by
nkour
Browse files
Options
Downloads
Patches
Plain Diff
default.apspec better [rest will follow]
parent
4f6af83e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
autopackage/default.apspec
+13
-6
13 additions, 6 deletions
autopackage/default.apspec
with
13 additions
and
6 deletions
autopackage/default.apspec
+
13
−
6
View file @
1b6db2b6
...
...
@@ -26,10 +26,10 @@ GPG support, Multiple accounts support and more!
[BuildPrepare]
echo "-------==========$USER i am making the package...===============------"
export APKG_BUILD_SKIP_CONFIGURE=1
export build_root="/tmp/build-root.$$"
echo "Build root is $build_root"
mkdir "$build_root"
make PREFIX=$build_root CC=apgcc CXX=apg++ || exit 1
make install PREFIX=$build_root CC=apgcc CXX=apg++ || exit 1
...
...
@@ -39,7 +39,6 @@ unprepareBuild
[Imports]
##################make install PREFIX=$build_root CC=apgcc CXX=apg++ || exit 1
echo '*' | import
import <<EOF
$source_dir/gajim.desktop
...
...
@@ -49,17 +48,25 @@ EOF
[Prepare]
# Dependency checking
require @python.org/python 2.2
recommend @python.org/python 2.3
#PyGTK 2.4 requires python 2.3
require @python.org/python 2.3
require @gtk.org/gtk 2.4
require @pygtk.org/pygtk 2.4
require @glade.gnome.org/libglade 2
[Install]
# Put your installation script here
installExe bin/*
copyFiles lib/gajim "$PREFIX/lib"
copyFiles share/gajim "$PREFIX/share/"
installIcon share/gajim/gajim.xpm
installDesktop "Network
ing
/Instant Messaging" gajim.desktop
installDesktop "Network/Instant Messaging" gajim.desktop
installMan 1 gajim.1
installExe bin/*
safeSed "$PREFIX/bin/gajim" "s!PREFIX!$PREFIX!g"
chmod +x "$PREFIX/bin/gajim"
[Uninstall]
# Usually just the following line is enough to uninstall everything
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment