Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Personal Overlay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Canek Peláez Valdés
Personal Overlay
Commits
6cdc4963
Commit
6cdc4963
authored
12 years ago
by
Canek Peláez Valdés
Browse files
Options
Downloads
Patches
Plain Diff
And actually add the live ebuilds.
parent
b9973f8b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
media-gfx/g3uploader/g3uploader-9999.ebuild
+30
-0
30 additions, 0 deletions
media-gfx/g3uploader/g3uploader-9999.ebuild
media-gfx/quick-photo-editor/quick-photo-editor-9999.ebuild
+41
-0
41 additions, 0 deletions
media-gfx/quick-photo-editor/quick-photo-editor-9999.ebuild
with
71 additions
and
0 deletions
media-gfx/g3uploader/g3uploader-9999.ebuild
0 → 100644
+
30
−
0
View file @
6cdc4963
# Copyright 2013 Canek Peláez
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI
=
"5"
GCONF_DEBUG
=
"no"
inherit gnome2-live
DESCRIPTION
=
"Gallery3 Uploader"
HOMEPAGE
=
"http://github.com/canek-pelaez/g3uploader/"
EGIT_REPO_URI
=
"git://github.com/canek-pelaez/g3uploader.git"
LICENSE
=
"GPL-3"
SLOT
=
"0"
IUSE
=
""
KEYWORDS
=
"~amd64 ~x86"
RDEPEND
=
"
>=x11-libs/gtk+-3.2:3[introspection,X]
>=dev-libs/glib-2.30:2
x11-libs/gdk-pixbuf:2[jpeg]
>=media-libs/gexiv2-0.5:0[introspection]
media-gfx/imagemagick
>=dev-lang/python-3.2:3.2
"
DEPEND
=
"
${
RDEPEND
}
sys-devel/gettext
virtual/pkgconfig
"
This diff is collapsed.
Click to expand it.
media-gfx/quick-photo-editor/quick-photo-editor-9999.ebuild
0 → 100644
+
41
−
0
View file @
6cdc4963
# Copyright 2013 Canek Peláez
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI
=
"5"
GCONF_DEBUG
=
"no"
VALA_MIN_API_VERSION
=
"0.18"
inherit gnome2-live vala
DESCRIPTION
=
"Quick Photo Editor"
HOMEPAGE
=
"http://github.com/canek-pelaez/quick-photo-editor/"
EGIT_REPO_URI
=
"git://github.com/canek-pelaez/quick-photo-editor.git"
LICENSE
=
"GPL-3"
SLOT
=
"0"
IUSE
=
""
KEYWORDS
=
"~amd64 ~x86"
RDEPEND
=
"
>=x11-libs/gtk+-3.2:3[X]
>=dev-libs/glib-2.30:2
x11-libs/gdk-pixbuf:2[jpeg]
>=media-libs/gexiv2-0.5:0
>=dev-lang/python-3.2:3.2
"
DEPEND
=
"
${
RDEPEND
}
$(
vala_depend
)
sys-devel/m4
"
src_prepare
()
{
gnome2-live_src_prepare
vala_src_prepare
}
src_compile
()
{
local
valaver
=
"
$(
vala_best_api_version
)
"
emake
VALAC
=
"
$(
type
-p
valac-
${
valaver
}
)
"
}
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