diff --git a/sylpheed/.footprint b/sylpheed/.footprint index c35e9d028..aee6954a9 100644 --- a/sylpheed/.footprint +++ b/sylpheed/.footprint @@ -1,5 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/syl-auth-helper -rwxr-xr-x root/root usr/bin/sylpheed drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/sylpheed/ @@ -23,6 +24,7 @@ drwxr-xr-x root/root usr/include/sylpheed/sylph/ -rw-r--r-- root/root usr/include/sylpheed/sylph/mh.h -rw-r--r-- root/root usr/include/sylpheed/sylph/news.h -rw-r--r-- root/root usr/include/sylpheed/sylph/nntp.h +-rw-r--r-- root/root usr/include/sylpheed/sylph/oauth2.h -rw-r--r-- root/root usr/include/sylpheed/sylph/pop.h -rw-r--r-- root/root usr/include/sylpheed/sylph/prefs.h -rw-r--r-- root/root usr/include/sylpheed/sylph/prefs_account.h @@ -48,13 +50,13 @@ drwxr-xr-x root/root usr/include/sylpheed/sylph/ -rw-r--r-- root/root usr/include/sylpheed/sylph/xml.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libsylph-0.la -lrwxrwxrwx root/root usr/lib/libsylph-0.so -> libsylph-0.so.1.3.0 -lrwxrwxrwx root/root usr/lib/libsylph-0.so.1 -> libsylph-0.so.1.3.0 --rwxr-xr-x root/root usr/lib/libsylph-0.so.1.3.0 +lrwxrwxrwx root/root usr/lib/libsylph-0.so -> libsylph-0.so.1.4.0 +lrwxrwxrwx root/root usr/lib/libsylph-0.so.1 -> libsylph-0.so.1.4.0 +-rwxr-xr-x root/root usr/lib/libsylph-0.so.1.4.0 -rwxr-xr-x root/root usr/lib/libsylpheed-plugin-0.la -lrwxrwxrwx root/root usr/lib/libsylpheed-plugin-0.so -> libsylpheed-plugin-0.so.1.3.0 -lrwxrwxrwx root/root usr/lib/libsylpheed-plugin-0.so.1 -> libsylpheed-plugin-0.so.1.3.0 --rwxr-xr-x root/root usr/lib/libsylpheed-plugin-0.so.1.3.0 +lrwxrwxrwx root/root usr/lib/libsylpheed-plugin-0.so -> libsylpheed-plugin-0.so.1.4.0 +lrwxrwxrwx root/root usr/lib/libsylpheed-plugin-0.so.1 -> libsylpheed-plugin-0.so.1.4.0 +-rwxr-xr-x root/root usr/lib/libsylpheed-plugin-0.so.1.4.0 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/sylpheed.desktop diff --git a/sylpheed/.signature b/sylpheed/.signature index b5a245e34..e9a88f828 100644 --- a/sylpheed/.signature +++ b/sylpheed/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bMPF5xLTU6DYW4Y+x2oK6McZluEH+qW6HnDXdLuoL/AZbod6Usq3zWlOMcBusunbisVJTLaIaJSbX0IqKIH0wo= -SHA256 (Pkgfile) = 753625fbcf72cb78c44a961e6c7f9fd81761a92c661ce7d47740e1120b4aa924 -SHA256 (.footprint) = 84bb6c474dfc59b15db032cb57e4925186f2912127cb208a718de89adbc7126c -SHA256 (sylpheed-3.7.0.tar.xz) = 0d6bc5eb46f5d0a463757c62bc80b00d219b294b3c3662840e4540f6db2e3e49 +RWSE3ohX2g5d/Q8jvfLCO8loF+kxKpnXyPZgruIRam3KlT14mS5bKB9e4CYfQkqETpb8ix+wSEud5/x0ygEUr67YbdIoQ1PMjgc= +SHA256 (Pkgfile) = 91101495f7207950dc61f9f93725cc1d6222e77f79054912fe3743113248eac3 +SHA256 (.footprint) = 41f9a6cd94494389c8e0ef03a711c0c01a98081b2244d5db67371ce299f23d54 +SHA256 (sylpheed-3.8.0beta1.tar.xz) = e74e4b57b7edfc697a079c9b8a711b5f364e3fe5880d5fd4f6c25cb2c5391637 diff --git a/sylpheed/Pkgfile b/sylpheed/Pkgfile index 0cdfe2d11..5a9f831fe 100644 --- a/sylpheed/Pkgfile +++ b/sylpheed/Pkgfile @@ -1,24 +1,24 @@ # Description: GTK+ email client and news reader -# URL: http://sylpheed.sraoss.jp/en/ -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: gtk +# URL: http://sylpheed.sraoss.jp/en/ +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: gtk name=sylpheed -version=3.7.0 +version=3.8.0beta1 release=1 -source=(https://sylpheed.sraoss.jp/sylpheed/v3.7/$name-$version.tar.xz) +source=(https://sylpheed.sraoss.jp/sylpheed/v3.8beta/$name-$version.tar.xz) -build () { - cd $name-$version +build() { + cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + ./configure --prefix=/usr + make + make DESTDIR=$PKG install - sed -ri '/\[.+\]=/d' sylpheed.desktop - install -d $PKG/usr/share/{applications,pixmaps} - install -m 0644 sylpheed.desktop $PKG/usr/share/applications - install -m 0644 sylpheed.png $PKG/usr/share/pixmaps + sed -ri '/\[.+\]=/d' sylpheed.desktop + install -d $PKG/usr/share/{applications,pixmaps} + install -m 0644 sylpheed.desktop $PKG/usr/share/applications + install -m 0644 sylpheed.png $PKG/usr/share/pixmaps - rm -r $PKG/usr/share/{locale,sylpheed} + rm -r $PKG/usr/share/{locale,sylpheed} }