diff options
author | John Vogel <jvogel4@stny.rr.com> | 2018-02-18 05:35:54 -0500 |
---|---|---|
committer | John Vogel <jvogel4@stny.rr.com> | 2018-02-18 05:35:54 -0500 |
commit | 995c69f5faf7505170b462c3c1b4a16c8bcc833f (patch) | |
tree | 5e5540425556ab2a6492c2f4f13e3943aefdb25b /pm-utils | |
parent | 7f687aa188545663673bba290988bb2f9d819236 (diff) | |
download | contrib-995c69f5faf7505170b462c3c1b4a16c8bcc833f.tar.gz contrib-995c69f5faf7505170b462c3c1b4a16c8bcc833f.tar.xz |
pm-utils: new maintainer
Diffstat (limited to 'pm-utils')
-rw-r--r-- | pm-utils/.footprint | 17 | ||||
-rw-r--r-- | pm-utils/.signature | 6 | ||||
-rw-r--r-- | pm-utils/Pkgfile | 33 |
3 files changed, 28 insertions, 28 deletions
diff --git a/pm-utils/.footprint b/pm-utils/.footprint index f7852c2df..b613d87b5 100644 --- a/pm-utils/.footprint +++ b/pm-utils/.footprint @@ -61,16 +61,17 @@ drwxr-xr-x root/root usr/lib/pm-utils/video-quirks/ -rw-r--r-- root/root usr/lib/pm-utils/video-quirks/20-video-quirk-pm-samsung.quirkdb -rw-r--r-- root/root usr/lib/pm-utils/video-quirks/20-video-quirk-pm-sony.quirkdb -rw-r--r-- root/root usr/lib/pm-utils/video-quirks/20-video-quirk-pm-toshiba.quirkdb -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/on_ac_power.1.gz --rw-r--r-- root/root usr/man/man1/pm-is-supported.1.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/pm-action.8.gz --rw-r--r-- root/root usr/man/man8/pm-pmu.8.gz --rw-r--r-- root/root usr/man/man8/pm-powersave.8.gz drwxr-xr-x root/root usr/sbin/ lrwxrwxrwx root/root usr/sbin/pm-hibernate -> /usr/lib/pm-utils/bin/pm-action -rwxr-xr-x root/root usr/sbin/pm-powersave lrwxrwxrwx root/root usr/sbin/pm-suspend -> /usr/lib/pm-utils/bin/pm-action lrwxrwxrwx root/root usr/sbin/pm-suspend-hybrid -> /usr/lib/pm-utils/bin/pm-action +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/on_ac_power.1.gz +-rw-r--r-- root/root usr/share/man/man1/pm-is-supported.1.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pm-action.8.gz +-rw-r--r-- root/root usr/share/man/man8/pm-pmu.8.gz +-rw-r--r-- root/root usr/share/man/man8/pm-powersave.8.gz diff --git a/pm-utils/.signature b/pm-utils/.signature index 14aa8c33a..242fec1f2 100644 --- a/pm-utils/.signature +++ b/pm-utils/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31oxgmLkrsJQTwBM1gvt7mE//9qpl8NgmZ4SZM0w5uvIGybHLpVZDvJSaMBLf7QNTwIV9PbHPMk6wDtjkoPI3AQ= -SHA256 (Pkgfile) = e54542a6bfcdcbf76c15efad39e94c7c5de5b625e11a6d0f79e6c59ddb4133ed -SHA256 (.footprint) = 1691e8abefe14cd78db78a5d6af4668206537d6edb955ff1ee772217ddc8fdff +RWSagIOpLGJF3wFFmneGGGA1kJLb88UsO4sAHD5FFQyQ44zt/QQhOS3rIfs6XiR7whBrj1gH/CLjALlNtiq6MQFpRtrOZsEd2Ag= +SHA256 (Pkgfile) = ceb4d36b2bc73ae877e8d3944d04ce4d9f7a7723d9dea2b3cc7c4715cfd7a658 +SHA256 (.footprint) = ad9d6a7634c69ca88361daef61c0a688d05230b8251f58c1b45130a9cbee21c0 SHA256 (pm-utils-1.4.1.tar.gz) = 8ed899032866d88b2933a1d34cc75e8ae42dcde20e1cc21836baaae3d4370c0b SHA256 (pm-quirks-20100619.tar.gz) = 14a50518928c27417cdc8bcbabb32b3d986931de105149aa248d8883e56c61ec diff --git a/pm-utils/Pkgfile b/pm-utils/Pkgfile index 199dc3608..bde553610 100644 --- a/pm-utils/Pkgfile +++ b/pm-utils/Pkgfile @@ -1,8 +1,6 @@ # Description: Power management scripts for suspend and hibernate -# URL: http://pm-utils.freedesktop.org/ -# Maintainer: Jose V Beneyto, sepen at crux dot nu -# Packager: Andrew Brouwers, abrouwers at gmail dot com -# Depends on: +# URL: http://pm-utils.freedesktop.org/ +# Maintainer: John Vogel, jvogel4 at stny dot rr dot com name=pm-utils version=1.4.1 @@ -11,19 +9,20 @@ source=(http://pm-utils.freedesktop.org/releases/$name-$version.tar.gz \ http://pm-utils.freedesktop.org/releases/pm-quirks-20100619.tar.gz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/man + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc - make - make DESTDIR=$PKG install - - install -m 0644 man/*.1 $PKG/usr/man/man1 - install -m 0644 man/*.8 $PKG/usr/man/man8 - rm -rf $PKG/usr/share - - # install video quirks - mv $SRC/video-quirks $PKG/usr/lib/pm-utils + make + make DESTDIR=$PKG install + + install -m 0644 man/*.1 $PKG/usr/share/man/man1 + install -m 0644 man/*.8 $PKG/usr/share/man/man8 + + # install video quirks + mv $SRC/video-quirks $PKG/usr/lib/pm-utils + + rm -rf $PKG/usr/share/doc } |