Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 652782 Details for
Bug 735808
media-gfx/birdfont-2.29.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
birdfont-2.29.0.ebuil (text/plain), 2.87 KB, created by
Michal Plichta
on 2020-08-03 19:45:17 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Michal Plichta
Created:
2020-08-03 19:45:17 UTC
Size:
2.87 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >PYTHON_COMPAT=( python3_{6,7,8} ) >PLOCALES=" >cs de el es fi fr he id it nb nl oc pl pt pt_BR ru sk sr sv tr uk >" >inherit python-any-r1 vala l10n toolchain-funcs xdg-utils multiprocessing >if [[ -z ${PV%%*9999} ]]; then > EGIT_REPO_URI="https://github.com/johanmattssonm/${PN}.git" > inherit git-r3 >else > SRC_URI="https://github.com/johanmattssonm/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" > RESTRICT="primaryuri" > KEYWORDS="~amd64 ~x86" >fi > >DESCRIPTION="A font editor which can generate fonts in TTF, EOT, SVG and BF format" >HOMEPAGE="https://birdfont.org" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gtk nls" > >RDEPEND=" > media-libs/xmlbird > dev-libs/libgee:0.8= > dev-libs/glib:2 > dev-db/sqlite:3 > media-libs/fontconfig > x11-libs/gdk-pixbuf:2 > gtk? ( > x11-libs/cairo > x11-libs/gtk+:3 > net-libs/webkit-gtk:4 > net-libs/libsoup:2.4 > x11-libs/gdk-pixbuf:2 > x11-libs/libnotify > ) >" >DEPEND=" > ${RDEPEND} > ${PYTHON_DEPS} > $(vala_depend) >" >BDEPEND=" > $(python_gen_any_dep ' > dev-python/doit[${PYTHON_USEDEP}] > ') > nls? ( sys-devel/gettext ) >" > >pkg_setup() { > python-any-r1_pkg_setup >} > >src_prepare() { > rmloc() { > rm -f "${S}"/po/${1}.po > } > default > vala_src_prepare > l10n_for_each_disabled_locale_do rmloc > sed -e 's:freetype-config --libs:{pkg-config} --libs freetype2:' -i dodo.py > sed \ > -e '/action="quit"/s:key="" ctrl="false:key="q" ctrl="true:' \ > -i resources/key_bindings.xml >} > >src_configure() { > "${PYTHON}" ./configure \ > --prefix="${EPREFIX}/usr" \ > --cc="$(tc-getCC)" \ > --pkg-config="$(tc-getPKG_CONFIG)" \ > --gee=gee-0.8 \ > --valac="${VALAC}" \ > --cflags="${CFLAGS} ${CPPFLAGS}" \ > --ldflags="${LDFLAGS}" \ > || die >} > >src_compile() { > use nls || declare -x LINGUAS='' > doit \ > --process=$(makeopts_jobs) \ > --verbosity=2 \ > || die >} > >src_install() { > "${PYTHON}" ./install.py \ > --dest="${D}" \ > --nogzip=1 \ > --libdir="/$(get_libdir)" \ > --manpages-directory="/share/man/man1" \ > || die > einstalldocs >} > >pkg_postinst() { > xdg_desktop_database_update > xdg_mimeinfo_database_update >} > >pkg_postrm() { > xdg_desktop_database_update > xdg_mimeinfo_database_update >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 735808
: 652782 |
652790