Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update poedit-git #3025

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions archlinuxcn/poedit-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Maintainer: taotieren <[email protected]>

pkgname=poedit-git
pkgver=3.5.2.r73.g07e09818b
pkgrel=1
epoch=
pkgdesc="Translations editor for Mac, Windows and Unix"
arch=($CARCH)
url="https://github.com/vslavik/poedit"
license=('MIT')
groups=()
depends=(
cld2
cpprestsdk
boost-libs
gcc-libs
glib2
glibc
gtk3
gtkspell3
hicolor-icon-theme
icu
libsecret
lucene++
openssl
pugixml
wxwidgets-common
wxwidgets-gtk3)
makedepends=(
asciidoc
automake
ccache
boost
expat
gettext
git
libjpeg-turbo
libnotify
libice
libsm
libtiff
libxtst
libxslt
nlohmann-json
pkgconf
webkit2gtk-4.1
xmlto
zlib)
checkdepends=()
optdepends=()
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
replaces=()
backup=()
options=()
install=
changelog=
source=("${pkgname}::git+${url}.git")
noextract=()
sha256sums=('SKIP')
#validpgpkeys=()

pkgver() {
cd "${srcdir}/${pkgname}"
git describe --long --tags | sed 's/^v//g;s/.oss//g;s/\([^-]*-g\)/r\1/;s/-/./g'
}

build() {
cd "${srcdir}/${pkgname}"

./bootstrap
./configure \
--disable-sound \
--prefix=/usr \
--libexecdir=/usr/lib/poedit \
--with-gtk=3 \
--without-opengl \
--with-sdl \
--enable-webview \
--enable-stl

make CPPFLAGS+=' -DUCHAR_TYPE=uint16_t'
}

package() {
cd "${srcdir}/${pkgname}"

make DESTDIR="${pkgdir}" install
install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
16 changes: 16 additions & 0 deletions archlinuxcn/poedit-git/lilac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
maintainers:
- github: taotieren

pre_build: vcs_update

post_build_script: |
git_pkgbuild_commit()
update_aur_repo()

repo_depends:
- cld2-git
- cpprestsdk

update_on:
- source: github
github: vslavik/poedit
Loading